From 3180023ca102eb64fd38211cebfc63d90eed13ee Mon Sep 17 00:00:00 2001 From: efueger Date: Wed, 29 Mar 2017 10:42:43 -0400 Subject: [PATCH] Update secret_token.rb --- second_app/config/initializers/secret_token.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/second_app/config/initializers/secret_token.rb b/second_app/config/initializers/secret_token.rb index 9831174..3f152cd 100644 --- a/second_app/config/initializers/secret_token.rb +++ b/second_app/config/initializers/secret_token.rb @@ -5,3 +5,4 @@ # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. SecondApp::Application.config.secret_token = '1c6ed5e1638ed8bccc260907d8a01a22e4d16bc5f44f275b98801b1907c7a4ddec7a925551c46a71b58c1afe6e6a14811abc08c3f0698c27d83684f17524a3fd' +SecondApp2::Application.config.secret_token = '1c6ed5e1638ed8bccc260907d8a01a22e4d16bc5f44f275b98801b1907c7a4ddec7a925551c46a71b58c1afe6e6a14811abc08c3f0698c27d83684f17524a3fd'