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