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