added .env
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
# Flask Configuration
|
||||
FLASK_APP=wsgi.py
|
||||
FLASK_ENV=development
|
||||
APP_PORT=14700
|
||||
|
||||
# Environment Variables
|
||||
BASIC_AUTH_USERNAME=user
|
||||
BASIC_AUTH_PASSWORD=password
|
||||
SWAGGER_URL="/documentation"
|
||||
API_URL="/swagger.json"
|
||||
|
||||
# VALID_APP_ID=**********
|
||||
# VALID_API_KEY=*************
|
||||
# BASIC_AUTH_USERNAME=******
|
||||
# BASIC_AUTH_PASSWORD=******
|
||||
|
||||
SWAGGER_URL="/documentation"
|
||||
API_URL="/swagger.json"
|
||||
|
||||
DATABASE_USER=merms_panel
|
||||
DATABASE_PASSWORD=merms_panel
|
||||
DATABASE_HOST=10.20.30.60
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_NAME=merms_panel
|
||||
|
||||
KAFKA_BROKER = 'dev-events.simbrellang.net:9085'
|
||||
|
||||
# DATABASE_HOST=10.20.30.60
|
||||
# DATABASE_USER=firstadvance
|
||||
# DATABASE_PASSWORD=firstadvance
|
||||
# DATABASE_NAME=firstadvancedev
|
||||
# DATABASE_PORT=5432
|
||||
|
||||
|
||||
SIMBRELLA_BASE_URL00="http://10.10.11.17:6337"
|
||||
SIMBRELLA_BASE_URL="https://bank-emulator.dev.simbrellang.net"
|
||||
SIMBRELLA_APP_ID="app1"
|
||||
SIMBRELLA_API_KEY="testtest-api-key-12345"
|
||||
|
||||
JWT_SECRET_KEY=dce6bd64f7d7101de4f
|
||||
|
||||
# APP_PORT=14700
|
||||
# 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://merms_panel:merms_panel@10.20.30.60:5432/merms_panel
|
||||
# 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=dce6bd64f7d7101de4f
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
__pycache__/
|
||||
.env
|
||||
#.env
|
||||
app.log
|
||||
.DS_Store
|
||||
migrations/__pycache__/
|
||||
|
||||
Reference in New Issue
Block a user