Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 authored Jul 1, 2024
2 parents 8427073 + 890e297 commit f0cc901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ollamate/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
print("TENANT_ID:", env("AZURE_TENANT_ID"))
print("REDIRECT_URI:", env("REDIRECT_URI"))


# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

Expand All @@ -60,7 +59,7 @@
'django.contrib.staticfiles',
'streamingapp',
'azure_auth'
]
]

MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
Expand Down Expand Up @@ -169,3 +168,4 @@
LOGOUT_REDIRECT_URL = '/'

AUTHENTICATION_BACKENDS = ("azure_auth.backends.AzureBackend",)

0 comments on commit f0cc901

Please sign in to comment.