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