diff --git a/app/views/form.server.view.html b/app/views/form.server.view.html index 3ce0e377..a4d3030a 100644 --- a/app/views/form.server.view.html +++ b/app/views/form.server.view.html @@ -71,7 +71,7 @@ diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index 50583df6..0cb1e3f4 100755 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -72,6 +72,7 @@ diff --git a/ecosystem.json b/ecosystem.json index 88a49a50..e52e6307 100644 --- a/ecosystem.json +++ b/ecosystem.json @@ -16,9 +16,7 @@ "post-deploy": "npm install && pm2 startOrGracefulReload ecosystem.json --env production", "env": { "NODE_ENV": "production", - "BASE_URL": "stage.tellform.com", - "SOCKET_URL": "wsstage.tellform.com", - "SUBDOMAINS_DISABLED": "TRUE" + "BASE_URL": "stage.tellform.com" } }, "prod": {