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