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