livrare lot 2
This commit is contained in:
commit
8ecc78e729
763 changed files with 164593 additions and 0 deletions
16
backend/services/data-layer/.env.example
Normal file
16
backend/services/data-layer/.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# ============================================================================
|
||||
# DIDI Data Layer - Master Configuration
|
||||
# ============================================================================
|
||||
# This file is for future use when we need unified configuration
|
||||
# For now, each service has its own .env file in its directory
|
||||
|
||||
# Docker Compose Project Name
|
||||
COMPOSE_PROJECT_NAME=didibackend
|
||||
|
||||
# Network Configuration
|
||||
NETWORK_SUBNET=172.28.0.0/16
|
||||
|
||||
# Future: Unified credentials management
|
||||
# DATABASE_PASSWORD=change_me
|
||||
# CACHE_PASSWORD=change_me
|
||||
# STORAGE_PASSWORD=change_me
|
||||
Loading…
Add table
Add a link
Reference in a new issue