config/secrets.yml
# 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: fe0a0a26b4280c7b69fa1400a4fb03674e73bdee6b9868a3c0743afe2dde8829b87b718054966480a462b7c6f860d32488aee23ddfed0816b6d91ff700dea1c3 test: secret_key_base: 9fda394afe627ef7b8bf6b4c9fac57b182c3f4159e4c4d73d06c16e77c75973bc9e20fdce1ddaa21827f5c4f963ef1a631633ef4d4be33794cb2eb57c9dd50b1 # Do not keep production secrets in the repository,# instead read values from the environment.production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>