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