diff --git a/.env.product b/.env.product index 93b89ad..8122e6c 100644 --- a/.env.product +++ b/.env.product @@ -1,2 +1,6 @@ NODE_ENV = 'product' -VUE_APP_BASE_URL = "http://remotehost:7700" + +# When powerjob-server host name is same with powerjob-console web host name, +# VUE_APP_BASE_URL can be simpily as "/api", request to /api should be redirected to powerjob-server(http://remotehost:7700) +# otherwise it can be directly set as "http://remotehost:7700" +VUE_APP_BASE_URL = "/api"