binwiederhier 2 лет назад
Родитель
Сommit
8ddfd2459d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      web/public/config.js

+ 1 - 1
web/public/config.js

@@ -6,7 +6,7 @@
 // During web development, you may change values here for rapid testing.
 // During web development, you may change values here for rapid testing.
 
 
 var config = {
 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",
     app_root: "/app",
     enable_login: true,
     enable_login: true,
     enable_signup: true,
     enable_signup: true,