Skip to content

Commit

Permalink
base file changes for azure (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimugdhabatra authored Jan 3, 2025
2 parents 4def20e + 03ff3c9 commit e962728
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions iogt/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
PROJECT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
BASE_DIR = os.path.dirname(PROJECT_DIR)
INSTALLED_APPS = [
'allauth',
'allauth',
'allauth.account',
'allauth.socialaccount',
'comments',
Expand Down Expand Up @@ -567,11 +567,6 @@
EMAIL_USE_TLS = os.getenv("EMAIL_USE_TLS", "disable") == "enable"



# Azure AD B2C set up starts
AZURE_AD_TENANT_ID = os.getenv("AZURE_AD_TENANT_ID")
AZURE_AD_SIGNUP_SIGNIN_POLICY = os.getenv("AZURE_AD_SIGNUP_SIGNIN_POLICY")

CURRENT_DOMAIN = os.getenv('CURRENT_DOMAIN')

SOCIALACCOUNT_PROVIDERS = {
Expand Down

0 comments on commit e962728

Please sign in to comment.