This commit is contained in:
CHIEFSOFT\ameye
2025-07-04 14:13:43 -04:00
parent 79284939da
commit e8c5f1971e
2 changed files with 4 additions and 6 deletions
+3
View File
@@ -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
+1 -6
View File
@@ -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