mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-24 15:54:00 +08:00
Make supporting material variable [SCI-6593] (#5014)
This commit is contained in:
parent
c0d282a08f
commit
58fdcc785f
1 changed files with 2 additions and 2 deletions
|
@ -211,8 +211,8 @@ class Constants
|
|||
#=============================================================================
|
||||
|
||||
HTTP = 'http://'.freeze
|
||||
TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze
|
||||
SUPPORT_URL = 'https://scinote-3850750.hs-sites.com/en/knowledge'.freeze
|
||||
TUTORIALS_URL = ENV.fetch('VIDEO_TUTORIALS_URL', "#{HTTP}goo.gl/YH3fXA").freeze
|
||||
SUPPORT_URL = ENV.fetch('KNOWLEDGE_CENTER_URL', 'https://scinote-3850750.hs-sites.com/en/knowledge').freeze
|
||||
# Default user picture avatar
|
||||
DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze
|
||||
|
||||
|
|
Loading…
Reference in a new issue