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