mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
Also (temporarily) add this to development.rb
This commit is contained in:
parent
5a35ab9677
commit
0a271843a4
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue