release 1.9.1: fix stale mon-page docs and scripts/ paths

This commit is contained in:
Hernâni Marques 2026-07-19 00:50:37 +02:00
parent b8663719ae
commit d90f6137b8
No known key found for this signature in database
7 changed files with 37 additions and 37 deletions

6
lib.sh
View file

@ -63,7 +63,7 @@ MERCHANT_PUBLIC=${MERCHANT_PUBLIC%/}
# ---------------------------------------------------------------------------
# Domain profiles → bank / exchange / merchant base URLs
#
# Single place to declare a stack: scripts/taler-monitoring/domains.conf
# Single place to declare a stack: domains.conf (suite root)
# (or TALER_DOMAINS_CONF). Each profile names the three public endpoints.
#
# CLI still wins after profile load:
@ -1226,8 +1226,8 @@ read_secret() {
secrets_hint() {
cat <<EOF
Prefer a local secrets file (not committed):
cp scripts/taler-monitoring/secrets.env.example scripts/taler-monitoring/secrets.env
\$EDITOR scripts/taler-monitoring/secrets.env
cp secrets.env.example secrets.env
\$EDITOR secrets.env
Or set SECRETS_ROOT=\$HOME/src/koopa/koopa-admin-secrets/koopa/host-root
Or export E2E_BANK_ADMIN_PASS / E2E_MERCHANT_TOKEN for one shot.
EOF