.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)
PORT
── App ──
BUILD
DATABASE_URL
secret
── Base de datos ── Vacío = SQLite local (data/ayudave.db). En producción: Postgres (Cloud SQL).
PGSSL
PG_POOL
GCS_BUCKET
── Almacenamiento de imágenes ──
AYUDAVE_PIN_PEPPER
── Seguridad / administración ──
AYUDAVE_ADMINS
AYUDAVE_IMPORT_TOKEN
secret
AYUDAVE_METRICS_SALT
AYUDAVE_GEMINI_KEY
secret
── Asistente con IA (buscar persona por foto) ──
AYUDAVE_GEMINI_MODEL
AYUDAVE_GOOGLE_MAPS_KEY
secret
── Mapa y analítica (opcionales) ──
AYUDAVE_GA_ID
AYUDAVE_SEED
── Datos de ejemplo ──
ACOPIO_IMPORT
── Fuentes externas (auto-sincronización; todas opcionales) ──
ACOPIO_SHEET_URL
ACOPIO_REFRESH_MIN
REPORTES_URL
EDIF_API
brew install flyctl && fly launch --from https://github.com/camilocbarrera/ayudave
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/camilocbarrera/ayudave
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/camilocbarrera/ayudave