sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit 960341935e254c939eeadf7b59ee1ffede400c68
parent 469ca9ede2efaa17ec3c41ddd0f4bd056c574d27
Author: Florian Dold <florian@dold.me>
Date:   Tue, 21 Jan 2025 18:17:42 +0100

configure AML_SPA_DIALECT

Diffstat:
Moverrides/kyctest.taler.net | 5+++++
Mscripts/demo/setup-sandcastle.sh | 2++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/overrides/kyctest.taler.net b/overrides/kyctest.taler.net @@ -1,6 +1,11 @@ +# This is a shell script, sourced by the setup +# script to customize the deployment. + CURRENCY=KYCDOS ALT_UNIT_NAME=KYCS MYDOMAIN=kyctest.taler.net NAME=Kycdos ENABLE_KYC=1 + +AML_SPA_DIALECT=gls diff --git a/scripts/demo/setup-sandcastle.sh b/scripts/demo/setup-sandcastle.sh @@ -504,6 +504,8 @@ if [[ ${ENABLE_KYC:-0} == 1 ]]; then [exchange] enable_kyc = yes +AML_SPA_DIALECT = $AML_SPA_DIALECT + [kyc-rule-r1] OPERATION_TYPE = withdraw ENABLED = yes