# HG changeset patch # User edogawaconan # Date 1409909791 -32400 # Node ID b99cc8a7abeccc17b329cdabbdd424d6d704f6d4 # Parent 86abbc9ce81b167b6c6957d8423f3db94e4bf5fa Remove seemingly unused secrets. diff -r 86abbc9ce81b -r b99cc8a7abec config/secrets.yml --- a/config/secrets.yml Fri Sep 05 18:33:22 2014 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -# 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: 3658462a1a81955610c388002a788deed1b7f9343ae17273c5e2499dcb621d1e70b7a826f0c45a13274fa036714a68be898835cf4d9658d3d78620b480afaa82 - -test: - secret_key_base: 00a4117ced897649681f7d87c9abb58515f54e6f1e5cd6dc729bfa19ac36ec1be61e102f57ff1f238f58acfb6b6917d9a7181691e9adcedbd19e6f20e4a66b69 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>