Skip to content

Commit

Permalink
update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mathis2003 committed Mar 9, 2024
1 parent 14cfc02 commit 13f90f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'static/')


CLIENT_ID = os.getenv('CLIENT_ID')
CLIENT_ID = '239ce609-e362-4cf6-919f-97e6935ef5f5'
CLIENT_SECRET = os.getenv('CLIENT_SCRET')
TENANT_ID = os.getenv('TENANT_ID')

Expand Down

0 comments on commit 13f90f4

Please sign in to comment.