tests/taler: update exchange node config

This commit is contained in:
eljamm 2025-05-30 10:27:36 +02:00 committed by Valentin Gagarin
parent b24910bccf
commit 3213654cf8

View file

@ -65,9 +65,12 @@ rec {
enable = true;
debug = true;
openFirewall = true;
# https://docs.taler.net/taler-exchange-manual.html#coins-denomination-keys
# NOTE: use `taler-harness`, not `taler-wallet-cli`
denominationConfig = lib.readFile ../conf/taler-denominations.conf;
settings = {
exchange = {
inherit CURRENCY;
MASTER_PUBLIC_KEY = "2TQSTPFZBC2MC4E52NHPA050YXYG02VC3AB50QESM6JX1QJEYVQ0";
BASE_URL = "http://exchange:8081/";
};