modular monolythic

This commit is contained in:
rafaeldpsilva
2025-12-20 00:57:59 +00:00
parent 4779eb9ded
commit ccf5f5a5c3
6 changed files with 1052 additions and 0 deletions

22
monolith/.env.example Normal file
View File

@@ -0,0 +1,22 @@
# MongoDB Configuration (external deployment)
# Update with your MongoDB connection string
MONGO_URL=mongodb://admin:password123@mongodb-host:27017/?authSource=admin
# Redis Configuration (external deployment, optional)
# Update with your Redis connection string
REDIS_URL=redis://redis-host:6379
REDIS_ENABLED=false
# FTP Configuration
FTP_SA4CPS_HOST=ftp.sa4cps.pt
FTP_SA4CPS_PORT=21
FTP_SA4CPS_USERNAME=curvascarga@sa4cps.pt
FTP_SA4CPS_PASSWORD=
FTP_SA4CPS_REMOTE_PATH=/SLGs/
FTP_CHECK_INTERVAL=21600
FTP_SKIP_INITIAL_SCAN=true
# Application Settings
DEBUG=false
HOST=0.0.0.0
PORT=8000