commit 875936e602342089317a6823f326796fe506fb86 parent 7b19d561ae97b8aa5b2b2f81a3a80d8bac3d347e Author: Florian Dold <florian@dold.me> Date: Thu, 25 Sep 2025 15:42:07 +0200 disable donau auth Diffstat:
| M | scripts/demo/setup-sandcastle.sh | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -985,7 +985,9 @@ cat <<EOF >/etc/donau/conf.d/sandcastle.conf CURRENCY = $CURRENCY LEGAL_DOMAIN = Gnuland EXPIRE_LEGAL_YEARS = 3 -ADMIN_BEARER_TOKEN = secret-token:secret +# We don't do the token yet, as the merchant doesn't support +# authenticating with donau. +# ADMIN_BEARER_TOKEN = secret-token:secret EOF donau-dbconfig