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