0
|
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
|
|
13 development:
|
|
14 secret_key_base: 3658462a1a81955610c388002a788deed1b7f9343ae17273c5e2499dcb621d1e70b7a826f0c45a13274fa036714a68be898835cf4d9658d3d78620b480afaa82
|
|
15
|
|
16 test:
|
|
17 secret_key_base: 00a4117ced897649681f7d87c9abb58515f54e6f1e5cd6dc729bfa19ac36ec1be61e102f57ff1f238f58acfb6b6917d9a7181691e9adcedbd19e6f20e4a66b69
|
|
18
|
|
19 # Do not keep production secrets in the repository,
|
|
20 # instead read values from the environment.
|
|
21 production:
|
|
22 secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|