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