main
1# Be sure to restart your server when you modify this file.
2
3# Your secret key is used for verifying the integrity of signed cookies.
4# If you change this key, all old signed cookies will become invalid!
5
6# Make sure the secret is at least 30 characters and all random,
7# no regular words or you'll be exposed to dictionary attacks.
8# You can use `rake secret` to generate a secure secret key.
9
10# Make sure the secrets in this file are kept private
11# if you're sharing your code publicly.
12
13development:
14 secret_key_base: ea3a826307d0957b5347d7990f88520f34d95c6f40a0516a0a96ae3146669e7758b538c29da9cdbf437db8ab9eb6b462dd813ae71538df7f49f8c3e60a9bb80d
15
16test:
17 secret_key_base: 3f0b10e73e4f7f66df8b001fa45d467635a0b0337f129261eab90d2da987f2ffc176ca177a01c038f6c33bff061f1c68e23e26e36c58b9147afb9687e8836146
18
19# Do not keep production secrets in the repository,
20# instead read values from the environment.
21production:
22 secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>