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