Fix hard coded port 8181 for HTTPS scenrio
[dlux.git] / dlux-web / config / production.json
1 {
2     "configEnv":"ENV_PROD",
3     "baseURL": "",
4     "adSalPort": "8080",
5     "mdSalPort" : "8181",
6     "mdSalSecuredPort" : "8443"
7 }