mirror of
https://github.com/solero/wand.git
synced 2025-10-14 19:28:02 +00:00
Update variable names in Dash's configuration template.
This commit is contained in:
@@ -74,14 +74,14 @@ Player activation
|
|||||||
ACTIVATE_PLAYER : bool
|
ACTIVATE_PLAYER : bool
|
||||||
Activate player automatically so no email needs to be sent.
|
Activate player automatically so no email needs to be sent.
|
||||||
Enabling this option requires a SendGrid API key.
|
Enabling this option requires a SendGrid API key.
|
||||||
LEGACY_REDIRECT_LINK : str
|
LEGACY_ACTIVATE_REDIRECT : str
|
||||||
URL player is taken to for activation.
|
URL player is taken to for activation.
|
||||||
VANILLA_REDIRECT_LINK : str
|
VANILLA_ACTIVATE_REDIRECT : str
|
||||||
URL player is taken to for activation.
|
URL player is taken to for activation.
|
||||||
"""
|
"""
|
||||||
ACTIVATE_PLAYER = {{ if not .Env.WEB_SENDGRID_KEY }}True{{ else }}False{{ end }}
|
ACTIVATE_PLAYER = {{ if not .Env.WEB_SENDGRID_KEY }}True{{ else }}False{{ end }}
|
||||||
LEGACY_REDIRECT_LINK = '{{ .Env.WEB_LEGACY_PLAY }}'
|
LEGACY_ACTIVATE_REDIRECT = '{{ .Env.WEB_LEGACY_PLAY }}'
|
||||||
VANILLA_REDIRECT_LINK = '{{ .Env.WEB_VANILLA_PLAY }}'
|
VANILLA_ACTIVATE_REDIRECT = '{{ .Env.WEB_VANILLA_PLAY }}'
|
||||||
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user