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