Some checks failed
Deploy to Phoenix / deploy (push) Has been cancelled
Made-with: Cursor
36 lines
977 B
Plaintext
36 lines
977 B
Plaintext
# Phoenix Deploy API — copy to .env and set values
|
|
|
|
PORT=4001
|
|
GITEA_URL=https://gitea.d-bis.org
|
|
GITEA_TOKEN=
|
|
PHOENIX_DEPLOY_SECRET=
|
|
|
|
# Proxmox (for Infra/VE API; omit for stub responses)
|
|
PROXMOX_HOST=
|
|
PROXMOX_PORT=8006
|
|
PROXMOX_USER=root@pam
|
|
PROXMOX_TOKEN_NAME=
|
|
PROXMOX_TOKEN_VALUE=
|
|
PROXMOX_TLS_VERIFY=1
|
|
|
|
# VM lifecycle (set to 1 to enable start/stop/reboot)
|
|
PHOENIX_VE_LIFECYCLE_ENABLED=0
|
|
|
|
# Prometheus (for Health API)
|
|
PROMETHEUS_URL=http://localhost:9090
|
|
PROMETHEUS_ALERTS_URL=
|
|
|
|
# Outbound webhooks
|
|
PHOENIX_WEBHOOK_URL=
|
|
PHOENIX_WEBHOOK_SECRET=
|
|
PHOENIX_ALERT_WEBHOOK_URL=
|
|
PHOENIX_ALERT_WEBHOOK_SECRET=
|
|
|
|
# Optional: comma-separated API keys for /api/v1/* (X-API-Key or Bearer)
|
|
PHOENIX_PARTNER_KEYS=
|
|
|
|
# Optional: override path for GET /api/v1/public-sector/programs (else bundled copy, repo config/, or ../config/)
|
|
PUBLIC_SECTOR_MANIFEST_PATH=
|
|
# Optional: proxmox repo root on host (manifest = $PHOENIX_REPO_ROOT/config/public-sector-program-manifest.json)
|
|
PHOENIX_REPO_ROOT=
|