- Submodule pins: dbis_core, cross-chain-pmm-lps, mcp-proxmox (local, push may be pending), metamask-integration, smom-dbis-138 - Atomic swap + cross-chain-pmm-lops-publish, deploy-portal workflow, phoenix deploy-targets, routing/aggregator matrices - Docs, token-lists, forge proxy, phoenix API, runbooks, verify scripts Made-with: Cursor
39 lines
1.1 KiB
Plaintext
39 lines
1.1 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: proxmox repo root on host (manifest = $PHOENIX_REPO_ROOT/config/public-sector-program-manifest.json)
|
|
PHOENIX_REPO_ROOT=/home/intlc/projects/proxmox
|
|
# Optional: deploy target config file (defaults to phoenix-deploy-api/deploy-targets.json)
|
|
DEPLOY_TARGETS_PATH=
|