# Development environment configuration # Generated on: Sun Sep 7 08:46:59 PM PDT 2025 NODE_ENV=development LOG_LEVEL=debug DEBUG=true ENABLE_MONITORING=false DEV_MODE=true HOT_RELOAD=true # Development URLs (override if needed) REACT_APP_API_URL=http://rxminder-couchdb-service:5984 CORS_ORIGIN=* # Development domain INGRESS_HOST=rxminder-dev.local # Relaxed timeouts for debugging REQUEST_TIMEOUT=60000 HEALTH_CHECK_INTERVAL=60 # Development image tag IMAGE_TAG=dev