Skip to content

Commit

Permalink
add unisitetracker
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Nov 9, 2023
1 parent 91bdb4a commit 881a778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aurora/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ def show_ddt(request): # pragma: no-cover
AZURE_TOKEN_URL = "https://login.microsoftonline.com/unicef.org/oauth2/token"

# Social Auth settings.
SOCIAL_AUTH_BACKEND_NAME = 'macioce'
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_SECRET = env.str("AZURE_CLIENT_SECRET")
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_TENANT_ID = env("AZURE_TENANT_ID")
SOCIAL_AUTH_AZUREAD_TENANT_OAUTH2_KEY = env.str("AZURE_CLIENT_KEY")
Expand Down Expand Up @@ -637,6 +638,7 @@ def show_ddt(request): # pragma: no-cover
"unpkg.com",
"browser.sentry-cdn.com",
"cdnjs.cloudflare.com",
"unisitetracker.unicef.io",
"register.unicef.org",
"uni-hope-ukr-sr.azurefd.net",
"uni-hope-ukr-sr-dev.azurefd.net",
Expand Down

0 comments on commit 881a778

Please sign in to comment.