SOCKET_URL=https://dev-socket.mermsemr.com
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
FLASK_APP=project/__init__.py
|
FLASK_APP=project/__init__.py
|
||||||
FLASK_DEBUG=1
|
FLASK_DEBUG=1
|
||||||
|
SOCKET_URL=https://dev-socket.mermsemr.com
|
||||||
DATABASE_URL=postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
DATABASE_URL=postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
||||||
SQL_HOST=10.20.30.60
|
SQL_HOST=10.20.30.60
|
||||||
SQL_PORT=5432
|
SQL_PORT=5432
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
FLASK_APP=project/__init__.py
|
FLASK_APP=project/__init__.py
|
||||||
FLASK_DEBUG=1
|
FLASK_DEBUG=1
|
||||||
|
SOCKET_URL=https://dev-socket.mermsemr.com
|
||||||
DATABASE_URL=postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
DATABASE_URL=postgresql://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
||||||
SQL_HOST=10.20.30.60
|
SQL_HOST=10.20.30.60
|
||||||
SQL_PORT=5432
|
SQL_PORT=5432
|
||||||
|
|||||||
@@ -9,4 +9,5 @@ pillow
|
|||||||
flask-cors
|
flask-cors
|
||||||
pandas
|
pandas
|
||||||
flasgger
|
flasgger
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
|
flask-socketio
|
||||||
Reference in New Issue
Block a user