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