Fix installer: use http://git.pic.ngo without port (nginx forwards)
Unit Tests / test (push) Successful in 8m55s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 02:57:13 -04:00
parent dde4d9a53f
commit 46599bd37e
+1 -1
View File
@@ -36,7 +36,7 @@ set -euo pipefail
# Configuration # Configuration
# --------------------------------------------------------------------------- # ---------------------------------------------------------------------------
PIC_DIR="${PIC_DIR:-/opt/pic}" PIC_DIR="${PIC_DIR:-/opt/pic}"
PIC_REPO="${PIC_REPO:-https://git.pic.ngo/roof/pic.git}" PIC_REPO="${PIC_REPO:-http://git.pic.ngo/roof/pic.git}"
PIC_USER="${PIC_USER:-pic}" PIC_USER="${PIC_USER:-pic}"
API_HEALTH_URL="http://127.0.0.1:3000/health" API_HEALTH_URL="http://127.0.0.1:3000/health"
API_HEALTH_TIMEOUT=60 API_HEALTH_TIMEOUT=60