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