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