# ERP PostgreSQL (read-only account) # Format: postgresql://user:password@host:5432/dbname ERP_DATABASE_URL=postgresql://chatbot_readonly:CHANGE_ME@erp-db-host:5432/erp_db # Shared secret between this service and the Node.js chatbot backend ERP_API_KEY=CHANGE_ME_RANDOM_64_CHAR_STRING # Port to listen on (127.0.0.1 only — never expose externally) PORT=8080