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