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