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