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