Fix IP for socket
This commit is contained in:
@@ -2,6 +2,6 @@ MERMS_PORT=3000
|
||||
MERMS_POSTGRE_URL='postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel'
|
||||
WRENCHJOB_KAFKA_BROKER01='10.10.10.120:9092'
|
||||
# SOCKET_URL='https://devsocket.mermsemr.com'
|
||||
SOCKET_URL="10.10.10.13:5005"
|
||||
SOCKET_URL="http://10.10.10.13:5005"
|
||||
SOCKET_PORT=5005
|
||||
TEST=111
|
||||
|
||||
Reference in New Issue
Block a user