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