31 lines
586 B
Core
31 lines
586 B
Core
|
|
# Environment Variables
|
|
BASIC_AUTH_USERNAME=user
|
|
BASIC_AUTH_PASSWORD=password
|
|
SWAGGER_URL="/documentation"
|
|
API_URL="/swagger.json"
|
|
|
|
|
|
SWAGGER_URL="/documentation"
|
|
API_URL="/swagger.json"
|
|
|
|
DATABASE_USER=FIRSTADVSTG
|
|
DATABASE_PASSWORD=Pchanged_56789
|
|
DATABASE_HOST=ig-x6-uat-scan
|
|
DATABASE_PORT=1521
|
|
DATABASE_NAME=FIRSTADVSTG
|
|
DATABASE_SID=firstadv
|
|
|
|
|
|
KAFKA_BROKER="10.2.110.20:9082"
|
|
|
|
# Flask Configuration
|
|
FLASK_APP=wsgi.py
|
|
FLASK_ENV=development
|
|
APP_PORT=4500
|
|
|
|
|
|
SIMBRELLA_BASE_URL="https://bank-emulator.dev.simbrellang.net"
|
|
SIMBRELLA_APP_ID="app1"
|
|
SIMBRELLA_API_KEY="testtest-api-key-12345"
|