secrets.yml 965 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 `rails 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: 280d667975e66fd637701b7671f6f96f730a006827b057446dcaf1deb8b72b8240f1b991888332cbcd6892f39beb5ad2ec427d8de2773b96e998331f6cbac255
  11. test:
  12. secret_key_base: d7aa4dc1b14d7269e9e02b850ad8d1fd679737672c637059927f048ac311eae8f877dc1730c461c814faebf8359a003a742b03eb20eefe0be5e479272689c939
  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"] %>