Make supporting material variable [SCI-6593] (#5014)

This commit is contained in:
ajugo 2023-02-24 17:57:10 +01:00 committed by GitHub
parent c0d282a08f
commit 58fdcc785f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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