# 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 `rake 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: 4bec1b22c5dad88e50e67145e78a7607e706c014c6f3b1057e00e20d18b56a1f0cfc5bd969f6b31830ece37608b7f0bde6be0f31515ec3fb097ace13fa2bd21b test: secret_key_base: 73b414eb453ec708f684d07c6552ff9b5c53d8ea11c6806e54195f5610222ea34b8c2b04270bff9dffe534b5b634e6e50589aad3e2b01fbe8e48d0592ffadbc3 # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>