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