49 lines
1.8 KiB
Plaintext
49 lines
1.8 KiB
Plaintext
# Phoenix Deploy API — copy to .env and set values
|
|
|
|
PORT=4001
|
|
GITEA_URL=https://gitea.d-bis.org
|
|
GITEA_TOKEN=
|
|
PHOENIX_DEPLOY_SECRET=
|
|
PHOENIX_WEBHOOK_DEPLOY_ENABLED=0
|
|
|
|
# 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: URA manifest for GET /api/v1/universal-resource-activation/manifest
|
|
UNIVERSAL_RESOURCE_MANIFEST_PATH=
|
|
# Optional: URA policy profile registry for GET /api/v1/universal-resource-activation/policy-profiles
|
|
#UNIVERSAL_RESOURCE_POLICY_PROFILES_PATH=
|
|
# Optional: proxmox repo root on host (manifest = $PHOENIX_REPO_ROOT/config/public-sector-program-manifest.json)
|
|
PHOENIX_REPO_ROOT=/home/intlc/projects/proxmox
|
|
# Optional: server-funds-sidecar base URL for GET /api/v1/universal-resource-activation/server-funds-sidecar-probe
|
|
#SERVER_FUNDS_SIDECAR_URL=http://192.168.x.x:8080
|
|
#SERVER_FUNDS_SIDECAR_HEALTH_PATH=/actuator/health
|
|
# Gitea "cloudflare-sync" deploy target: allow scripts/deployment/gitea-cloudflare-sync.sh to call Cloudflare (1/true)
|
|
#PHOENIX_CLOUDFLARE_SYNC=0
|
|
# Optional zone for that sync: CLOUDFLARE_GITEA_SYNC_ZONE=d-bis.org
|
|
# Optional: deploy target config file (defaults to phoenix-deploy-api/deploy-targets.json)
|
|
DEPLOY_TARGETS_PATH=
|