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