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