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