Core
This commit is contained in:
@@ -19,3 +19,6 @@ BANK_CALL_API_KEY="testtest-api-key-12345"
|
||||
BANK_CALL_DISBURSE_LOAN_ENDPOINT="/api/DisburseLoan"
|
||||
BANK_CALL_COLLECT_LOAN_ENDPOINT="/api/CollectLoan"
|
||||
BANK_CALL_TRANSACTION_VERIFY="/api/TransactionVerify"
|
||||
|
||||
FLASK_APP=wsgi.py
|
||||
FLASK_ENV=development
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
env_file:
|
||||
- .env.event
|
||||
ports:
|
||||
- "${APP_PORT:-5000}:5000"
|
||||
- "5000:5000"
|
||||
environment:
|
||||
- FLASK_APP=${FLASK_APP}
|
||||
- FLASK_ENV=${FLASK_ENV}
|
||||
@@ -28,8 +28,3 @@ services:
|
||||
- .:/app
|
||||
restart: always
|
||||
|
||||
|
||||
# Flask Configuration
|
||||
FLASK_APP=wsgi.py
|
||||
FLASK_ENV=development
|
||||
APP_PORT=4500
|
||||
|
||||
Reference in New Issue
Block a user