modular monolythic
This commit is contained in:
22
monolith/.env.example
Normal file
22
monolith/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user