feature/share-libs
yml 22 lines 964 Bytes
Raw
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: 21ab1fa7ad6d2634a04fa8165ee38f9604e661d53e45272273d04c72747eb2676a012836b6e4dfb549d66b0323990408d53e18f1499d684296094d541167046c
15
16 test:
17 secret_key_base: cda084dab2cdff92fcfd33d70ea766f2bfba51a62ef3dc764bf2ccd4c9ea9a823044beb4fe31f7512122e490dea6b0e09106c6056b29383adf77c7739ca7da81
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"] %>