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