secrets.yml 964 B

12345678910111213141516171819202122
  1. # Be sure to restart your server when you modify this file.
  2. # Your secret key is used for verifying the integrity of signed cookies.
  3. # If you change this key, all old signed cookies will become invalid!
  4. # Make sure the secret is at least 30 characters and all random,
  5. # no regular words or you'll be exposed to dictionary attacks.
  6. # You can use `rake secret` to generate a secure secret key.
  7. # Make sure the secrets in this file are kept private
  8. # if you're sharing your code publicly.
  9. development:
  10. secret_key_base: 39805ee1a5757bfe00b7cbfdbb90e51595ee58a7522092ecacf808ec413a62a395995e3fa972986e3803c4cbbe0b78c218a58290f5ab85cfee53eced30b6566d
  11. test:
  12. secret_key_base: 273da4e955ecff50ea1388a73fe69c53c569b11d4a830a79dfc02caf1f925fe308188dd2838d3aed7d3dc8165fbb5637515545093991ebd17c26f9d76913ec1c
  13. # Do not keep production secrets in the repository,
  14. # instead read values from the environment.
  15. production:
  16. secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>