16 lines
No EOL
574 B
Text
16 lines
No EOL
574 B
Text
# ============================================================================
|
|
# 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 |