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