From 7c6e04ca2e4989cb9875dd15abded5243000a46d Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Mon, 14 Sep 2015 12:05:55 +0200 Subject: [PATCH] inactive facebook config --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index a69ee9b..ad91924 100755 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -66,6 +66,6 @@ Fetsite::Application.configure do # with SQLite, MySQL, and PostgreSQL) # config.active_record.auto_explain_threshold_in_seconds = 0.5 - config.facebookconfig_enabled=true + config.facebookconfig_enabled=false end