1234567891011121314151617181920212223 |
- # Be sure to restart your server when you modify this file.
- # Your secret key is used for verifying the integrity of signed cookies.
- # If you change this key, all old signed cookies will become invalid!
- # Make sure the secret is at least 30 characters and all random,
- # no regular words or you'll be exposed to dictionary attacks.
- # You can use `rake secret` to generate a secure secret key.
- # Make sure the secrets in this file are kept private
- # if you're sharing your code publicly.
- development:
- secret_key_base: 98c4a367a43f1662b35bf3f4cfae252e59b227e1cf7af0e7a8a2b6fa18ec64cbd9b08dba01c51f82b027e1de3fbd53278c3ce78927065511ee3eb6e6e1a14438
- test:
- secret_key_base: 5e168e680eb0bd7d95e776eeb682891348757c268865acfb280d3cb3226df9ce823195ffa5756c655bd7e7362e66b96045d5810491db4e88d3d9d4980dacd320
- # Do not keep production secrets in the repository,
- # instead read values from the environment.
- production:
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|