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