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