changeset 9:b99cc8a7abec

Remove seemingly unused secrets.
author edogawaconan <me@myconan.net>
date Fri, 05 Sep 2014 18:36:31 +0900
parents 86abbc9ce81b
children 0ea4ac5b96ac
files config/secrets.yml
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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"] %>