File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ spec:
4646 - name : SERVER_API_PASSWORD
4747 value : " {{SERVER_API_PASSWORD}}"
4848 - name : API_DOMAIN
49- value : " http://localhost:8080 "
49+ value : " http://localhost:8085 "
5050 - name : DEMOS_DOMAIN
51- value : " http://localhost:8080 "
51+ value : " http://localhost:8085 "
5252 - name : WS_DOMAIN
53- value : " ws://localhost:8080 /ws"
53+ value : " ws://localhost:8085 /ws"
5454 - name : STEAM_RELAY
5555 value : " false"
5656 - name : OFFLINE_MODE
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default (): {
66 app : {
77 httpPort : process . env . HEALTH_PORT
88 ? parseInt ( process . env . HEALTH_PORT )
9- : 8080 ,
9+ : 8085 ,
1010 basicAuthUser : "5s" ,
1111 basicAuthPass : process . env . NODE_NAME as string ,
1212 } ,
You can’t perform that action at this time.
0 commit comments