From ebf002120164e185691b6bf418a17b23124614a8 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 21 May 2014 14:19:21 -0400 Subject: [PATCH] Remove obsolete secret_token.rb. --- services/api/config/initializers/secret_token.rb | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 services/api/config/initializers/secret_token.rb diff --git a/services/api/config/initializers/secret_token.rb b/services/api/config/initializers/secret_token.rb deleted file mode 100644 index d63ec8b75f..0000000000 --- a/services/api/config/initializers/secret_token.rb +++ /dev/null @@ -1,7 +0,0 @@ -# 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. -Server::Application.config.secret_token = 'a107d661bc696fd1263e92c76e7e88d8fa44b6a9793e8f56ccfb23f17cfc95ea8894e28ed7dd132a3a6069673961fb1bf32edd7f8a94c8e88d8a7047bfacdde2' -- 2.30.2