.env.example 362 B

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