Skip to content

Commit

Permalink
whitelist bos local
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheo authored Sep 16, 2024
1 parent f9398a9 commit d874fde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
if ENVIRONMENT == "testnet":
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
"http://127.0.0.1:8080",
"https://test.potlock.org",
"https://test.potlock.xyz",
"https://test.potlock.io",
Expand All @@ -179,6 +180,7 @@
else:
CORS_ALLOWED_ORIGINS = [
"http://localhost:3000",
"http://127.0.0.1:8080",
"https://alpha.potlock.io",
"https://alpha.potlock.org",
"https://alpha.potlock.xyz",
Expand Down

0 comments on commit d874fde

Please sign in to comment.