Skip to content

Commit

Permalink
Merge pull request #85 from PotLock/dev
Browse files Browse the repository at this point in the history
Dev - testnet
  • Loading branch information
Prometheo authored Sep 18, 2024
2 parents 472dcc8 + d221a34 commit f98d52f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion 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 All @@ -192,7 +194,15 @@
"https://landing.potlock.org",
"https://landing.potlock.io",
"https://landing.potlock.app",
"https://landing.potlock.xyz"
"https://landing.potlock.xyz",
"https://bos.potlock.org",
"https://app.potlock.org",
"https://bos.potlock.xyz",
"https://app.potlock.xyz",
"https://bos.potlock.io",
"https://app.potlock.io",
"https://bos.potlock.app",
"https://app.potlock.app"
]

CORS_ALLOWED_ORIGIN_REGEXES = [
Expand Down

0 comments on commit f98d52f

Please sign in to comment.