We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 062c358 commit ffeba15Copy full SHA for ffeba15
1 file changed
config.js
@@ -11,8 +11,8 @@ window.APP_CONFIG = {
11
return 'http://localhost:3000';
12
}
13
14
- // For production deployment - uses same host with port 3000
15
- // If using HTTPS, make sure your server supports it
16
- return `${protocol}//${hostname}:3000`;
+ // For production deployment - uses same host without port
+ // Traefik handles the routing to the backend
+ return `${protocol}//${hostname}`;
17
})()
18
};
0 commit comments