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: 2644fe140bec29a811c1fb15540758bef513c2042cc9f913ef8d1e1653285e09ea7202e29d5d091e46b83fdc787e1b3928a6a3d0f49758facf8744b1b19092bd
- test:
- secret_key_base: 3ec73923e86378bf74e0a1d332e08e808e9ff7eea94c3a596ed05c5b8ad45d680da4a6feb0c256f3fb47a135fb1b609a3f844a7f4881c11d46ccb448bfd77579
- # Do not keep production secrets in the repository,
- # instead read values from the environment.
- production:
- secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
|