mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 08:13:16 +08:00
add ZENDESK_ENABLED param
This commit is contained in:
parent
1e7d224f35
commit
728d935d65
1 changed files with 1 additions and 0 deletions
|
@ -417,3 +417,4 @@ PHONE_PROVIDER_2_SECRET = os.environ.get("PHONE_PROVIDER_2_SECRET")
|
|||
|
||||
ZENDESK_HOST = os.environ.get("ZENDESK_HOST")
|
||||
ZENDESK_API_TOKEN = os.environ.get("ZENDESK_API_TOKEN")
|
||||
ZENDESK_ENABLED = "ZENDESK_ENABLED" in os.environ
|
||||
|
|
Loading…
Reference in a new issue