Files

31 lines
701 B
Plaintext
Raw Permalink Normal View History

# 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=