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