From 0a271843a43a2ae49545446bb7d0576b362c6f5c Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Thu, 23 Feb 2017 10:39:34 +0100 Subject: [PATCH] Also (temporarily) add this to development.rb --- config/environments/development.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/development.rb b/config/environments/development.rb index d2c9395d0..455fa6981 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -65,6 +65,8 @@ Rails.application.configure do # Raises error for missing translations config.action_view.raise_on_missing_translations = true + config.deface.enabled = ENV['DEFACE_ENABLED'] == 'true' + # Enable first-time tutorial for users signing in the sciNote for # the first time. config.x.enable_tutorial = ENV['ENABLE_TUTORIAL'] == 'true'