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