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 `rails 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: 280d667975e66fd637701b7671f6f96f730a006827b057446dcaf1deb8b72b8240f1b991888332cbcd6892f39beb5ad2ec427d8de2773b96e998331f6cbac255
- test:
- secret_key_base: d7aa4dc1b14d7269e9e02b850ad8d1fd679737672c637059927f048ac311eae8f877dc1730c461c814faebf8359a003a742b03eb20eefe0be5e479272689c939
- # Do not keep production secrets in the repository,
- # instead read values from the environment.
- production:
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|