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