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