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