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