We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d3a66 commit 8ddfd24Copy full SHA for 8ddfd24
web/public/config.js
@@ -6,7 +6,7 @@
6
// During web development, you may change values here for rapid testing.
7
8
var config = {
9
- 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
10
app_root: "/app",
11
enable_login: true,
12
enable_signup: true,
0 commit comments