env.production.example 700 B

1234567891011121314151617181920212223242526
  1. # Copy to /redant/web/homelegance-chatbot/.env.production
  2. # Fill in all values before starting the service
  3. NODE_ENV=production
  4. PORT=3000
  5. # PostgreSQL — chatbot's own database
  6. DATABASE_URL=postgresql://chatbot_user:CHANGE_ME@localhost:5432/homelegance_chat
  7. # JWT session signing key (generate: openssl rand -hex 32)
  8. JWT_SECRET=CHANGE_ME
  9. # Claude API
  10. ANTHROPIC_API_KEY=sk-ant-CHANGE_ME
  11. # ERP FastAPI bridge (internal, not exposed externally)
  12. ERP_API_URL=http://127.0.0.1:8080
  13. ERP_API_KEY=CHANGE_ME
  14. # SSO — shared secret with Dealer Portal for JWT verification
  15. DEALER_PORTAL_SSO_SECRET=CHANGE_ME
  16. # Optional: Manus OAuth (leave blank if not used)
  17. VITE_APP_ID=
  18. OAUTH_SERVER_URL=
  19. OWNER_OPEN_ID=