POSRT FIX
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
|
PORT=3040
|
||||||
MERMS_SOCKET_PORT=5005
|
MERMS_SOCKET_PORT=5005
|
||||||
MERMS_POSTGRE_URL='postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel'
|
MERMS_POSTGRE_URL='postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel'
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
|||||||
- ./:/app
|
- ./:/app
|
||||||
- '/app/node_modules'
|
- '/app/node_modules'
|
||||||
ports:
|
ports:
|
||||||
- ${MERMS_SOCKET_PORT}:5005
|
- ${MERMS_SOCKET_PORT}:${PORT}
|
||||||
environment:
|
environment:
|
||||||
- PORT=${MERMS_SOCKET_PORT}
|
- PORT=${MERMS_SOCKET_PORT}
|
||||||
- POSTGRE_URL=${MERMS_POSTGRE_URL}
|
- POSTGRE_URL=${MERMS_POSTGRE_URL}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ const io = new Server(server, {
|
|||||||
'http://10.204.5.100:9082',
|
'http://10.204.5.100:9082',
|
||||||
'http://localhost:8080/',
|
'http://localhost:8080/',
|
||||||
'https://works.mermsemr.com/',
|
'https://works.mermsemr.com/',
|
||||||
'https://dev-users.wrenchboard.com:3000/',
|
'https://works.mermsemr.com/',
|
||||||
'https://users.wrenchboard.com/',
|
'https://users.wrenchboard.com/',
|
||||||
'https://www.wrenchboard.com/',
|
'https://www.wrenchboard.com/',
|
||||||
'https://www.wrenchboard.ng/',
|
'https://www.wrenchboard.ng/',
|
||||||
|
|||||||
Reference in New Issue
Block a user