diff --git a/product/.env.core b/product/.env.core index 4887ec7..919ccf5 100644 --- a/product/.env.core +++ b/product/.env.core @@ -1,14 +1,16 @@ -# Environment Variables +# Environment Variables ====================================================== BASIC_AUTH_USERNAME=user BASIC_AUTH_PASSWORD=password SWAGGER_URL="/documentation" API_URL="/swagger.json" +# Flask Configuration ========================================================= +FLASK_APP=wsgi.py +FLASK_ENV=development +APP_PORT=4500 -SWAGGER_URL="/documentation" -API_URL="/swagger.json" - +#Database Configuration ======================================================= DATABASE_USER=FIRSTADVSTG DATABASE_PASSWORD=Pchanged_56789 DATABASE_HOST=ig-x6-uat-scan @@ -17,16 +19,14 @@ DATABASE_NAME=FIRSTADVSTG DATABASE_SID=firstadv SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv" - - +# Event Bus ===================================================================== KAFKA_BROKER="10.2.110.20:9082" -# Flask Configuration -FLASK_APP=wsgi.py -FLASK_ENV=development -APP_PORT=4500 - - +#Bank Calls ===================================================================== SIMBRELLA_BASE_URL="https://bank-emulator.dev.simbrellang.net" SIMBRELLA_APP_ID="app1" SIMBRELLA_API_KEY="testtest-api-key-12345" + +#Events Direct Location ========================================================= +EVENTS_SERVICE_BASE_URL2="https://event-core.simbrellang.net" +EVENTS_SERVICE_BASE_URL="http://10.10.11.17:14700" \ No newline at end of file