From 2c0a189df4cbb1fe5513c4a2b1ae21f8750ea036 Mon Sep 17 00:00:00 2001 From: zhitomirskiyi Date: Fri, 29 Oct 2010 12:20:06 -0700 Subject: [PATCH] removed the session secret from the repo --- config/initializers/secret_token.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/initializers/secret_token.rb diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb deleted file mode 100644 index 15c3597fb..000000000 --- a/config/initializers/secret_token.rb +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright (c) 2010, Diaspora Inc. This file is -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. - -# Be sure to restart your server when you modify this file. - -# Your secret key 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. -Rails.application.config.secret_token = 'b1347247976a6c5fba55f3f81faba1c8b6777e556015824405f06b4dbcea65b433535f7ad747ce36'