# Base configuration for rxminder application # Generated automatically from environment variables # Generated on: Sun Sep 7 08:46:59 PM PDT 2025 # Environment: dev # Application Environment NODE_ENV=production LOG_LEVEL=info # API Configuration REACT_APP_API_URL=http://rxminder-couchdb-service:5984 # Feature Flags ENABLE_MONITORING=false DEBUG=false # Cache Configuration CACHE_TTL=1800 # Database Configuration DB_HOST=rxminder-couchdb-service DB_PORT=5984 COUCHDB_DATABASE_NAME=meds_app # Security Configuration ENABLE_CORS=true CORS_ORIGIN=* # Performance Configuration REQUEST_TIMEOUT=30000 MAX_CONNECTIONS=100 # Logging Configuration LOG_FORMAT=json LOG_TIMESTAMP=true # Health Check Configuration HEALTH_CHECK_INTERVAL=30 READINESS_CHECK_TIMEOUT=5 # Application Metadata APP_NAME=rxminder APP_VERSION=1.0.0 # Container Registry REGISTRY_URL=gitea-http.taildb3494.ts.net IMAGE_REPOSITORY=will/rxminder # Ingress Configuration INGRESS_CLASS=nginx CERT_MANAGER_ISSUER=letsencrypt-prod # Monitoring and Observability ENABLE_METRICS=false METRICS_PORT=9090 ENABLE_TRACING=false # Development specific (will be overridden in overlays) DEV_MODE=false HOT_RELOAD=false