Skip to content

Commit

Permalink
working dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrxu committed Sep 29, 2024
1 parent c24cdc2 commit 8c78ce1
Show file tree
Hide file tree
Showing 3 changed files with 817 additions and 8 deletions.
3 changes: 3 additions & 0 deletions backend/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CLIENT_ID="clientid"
CLIENT_SECRET="supersecretclientsecret"
PLATFORM_URL="https://platform-dev.pennlabs.org"
2 changes: 1 addition & 1 deletion backend/pennmobile/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"REDIRECT_URI": os.environ.get("LABS_REDIRECT_URI", "http://localhost:8000/accounts/callback/"),
"CLIENT_ID": os.environ.get("CLIENT_ID", "clientid"),
"CLIENT_SECRET": os.environ.get("CLIENT_SECRET", "supersecretclientsecret"),
"PLATFORM_URL": os.environ.get("PLATFORM_URL", "https://platform.pennlabs.org"),
"PLATFORM_URL": os.environ.get("PLATFORM_URL", "https://platform-dev.pennlabs.org"),
"CUSTOM_ADMIN": False,
}

Expand Down
Loading

0 comments on commit 8c78ce1

Please sign in to comment.