From 8ddfd2459d23687846e1400deca66957fffa78ac Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Thu, 18 May 2023 13:19:46 -0400 Subject: [PATCH] config.js --- web/public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/config.js b/web/public/config.js index 1955b70d..5909be46 100644 --- a/web/public/config.js +++ b/web/public/config.js @@ -6,7 +6,7 @@ // During web development, you may change values here for rapid testing. var config = { - base_url: "http://127.0.0.1:2586", //window.location.origin, // Change to test against a different server + base_url: window.location.origin, // Change to test against a different server app_root: "/app", enable_login: true, enable_signup: true,