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