office core

This commit is contained in:
CHIEFSOFT\ameye
2025-10-30 19:52:00 -04:00
parent 0adf2bc042
commit 8da539ae4c
2 changed files with 40 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
# 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=4700
#Database Configuration
DATABASE_USER=firstadvance
DATABASE_PASSWORD=FirstAdvance!
DATABASE_HOST=10.20.30.60
DATABASE_PORT=5432
DATABASE_NAME=firstadvancedev
SQLALCHEMY_DATABASE_URI_FULL="oracle+oracledb://FIRSTADVSTG:Pchanged_56789@10.2.110.30:1521/?service_name=firstadv"
#Events if Needed
KAFKA_TIMEOUT=45000.0
KAFKA_BROKER="10.20.30.50:9092"