secrets.yml 964 B

1234567891011121314151617181920212223
  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: 98c4a367a43f1662b35bf3f4cfae252e59b227e1cf7af0e7a8a2b6fa18ec64cbd9b08dba01c51f82b027e1de3fbd53278c3ce78927065511ee3eb6e6e1a14438
  11. test:
  12. secret_key_base: 5e168e680eb0bd7d95e776eeb682891348757c268865acfb280d3cb3226df9ce823195ffa5756c655bd7e7362e66b96045d5810491db4e88d3d9d4980dacd320
  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"] %>