implement a pricing display api with session passing

This commit is contained in:
2025-11-12 11:14:11 +01:00
parent 18d935270f
commit 4f9e3a7ed0
7 changed files with 254 additions and 18 deletions

View File

@@ -5,6 +5,7 @@ HOSTNAME=localhost # hostname for service discovery across docker network
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
NEXT_PUBLIC_HOVER_THRESHOLD=1200 # hover threshold in milliseconds for UI interactions
# Service ports - used by docker-compose and service communication
KAFKA_PORT=9092 # kafka broker port for event streaming