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