formating and env documentation

This commit is contained in:
2025-11-06 14:43:15 +01:00
parent 8079c87b17
commit d26e8bcaaa
4 changed files with 54 additions and 6 deletions

View File

@@ -1,5 +1,12 @@
HOSTNAME=localhost
# Network configuration
HOSTNAME=localhost # hostname for service discovery across docker network
# PORTS
KAFKA_PORT=9092
REDIS_PORT=6377
# Application configuration
STORE_MODE=hotel # platform mode: 'hotel' or 'airline' - determines product catalog and UI theme
NEXT_PUBLIC_API_BASE=http://localhost:3000 # base URL for API endpoints, must be valid URL format
NEXT_PUBLIC_APP_ENV=dev # application environment: 'dev' or 'prod' - controls logging, error handling
# Service ports - used by docker-compose and service communication
KAFKA_PORT=9092 # kafka broker port for event streaming
REDIS_PORT=6377 # redis port for worker queue and caching
REDPANDA_CONSOLE_PORT=8084 # redpanda console UI port for kafka monitoring