Saltar al contenido principal

Variables de entorno

Las variables configuran el stack productivo. Los secretos no deben commitearse.

Platform

Necesita variables para:
  • Database.
  • Redis.
  • Internal service token.
  • Swagger password.
  • Allowed origins.
  • Session cookie.
  • Google OAuth client ID.
  • HTTP logging.

Agent

Necesita variables para:
  • Puerto HTTP.
  • Log level.
  • WhatsApp tokens e IDs.
  • LLM provider/model/API key.
  • Redis URL.
  • Platform base URL e internal token.

Infra

Necesita dominios, credenciales de Postgres, Grafana, Komodo, readonly analytics y timezone.

Reglas

  • the production environment file no se commitea.
  • Los .example solo tienen placeholders.
  • Si un secreto se filtra, se rota y se redeploya.
  • Cambiar the production environment file requiere recrear/reiniciar contenedores afectados.