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