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