From d874fdecaba6f9e9af2927ae69bb250d73ff2c1c Mon Sep 17 00:00:00 2001 From: Prometheus Date: Mon, 16 Sep 2024 20:59:53 +0100 Subject: [PATCH] whitelist bos local --- base/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/settings.py b/base/settings.py index 6a58ec5..84f694b 100644 --- a/base/settings.py +++ b/base/settings.py @@ -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", @@ -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",