15 lines
448 B
Bash
15 lines
448 B
Bash
FLASK_APP=project/__init__.py
|
|
FLASK_DEBUG=1
|
|
SOCKET_URL=https://dev-socket.mermsemr.com
|
|
PANEL_URL=https://dev-panel.mermsemr.com
|
|
DATABASE_URL=postgresql://salaryloan:salaryloan@10.20.30.60:5432/salaryloan
|
|
SQL_HOST=10.20.30.60
|
|
SQL_PORT=5432
|
|
DATABASE=postgres
|
|
APP_FOLDER=/usr/src/app
|
|
INITIAL_PRODUCT_URL=devprov.mermsemr.com
|
|
MAIL_SERVER=smtp.gmail.com
|
|
MAIL_PORT= 465
|
|
MAIL_USERNAME=message@chiefsoft.com
|
|
MAIL_PASSWORD=may12002!
|
|
JWT_SECRET=dce6bd64f7d71 |