mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
tests/taler: update exchange node config
This commit is contained in:
parent
b24910bccf
commit
3213654cf8
1 changed files with 3 additions and 0 deletions
|
@ -65,9 +65,12 @@ rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
debug = true;
|
debug = true;
|
||||||
openFirewall = 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;
|
denominationConfig = lib.readFile ../conf/taler-denominations.conf;
|
||||||
settings = {
|
settings = {
|
||||||
exchange = {
|
exchange = {
|
||||||
|
inherit CURRENCY;
|
||||||
MASTER_PUBLIC_KEY = "2TQSTPFZBC2MC4E52NHPA050YXYG02VC3AB50QESM6JX1QJEYVQ0";
|
MASTER_PUBLIC_KEY = "2TQSTPFZBC2MC4E52NHPA050YXYG02VC3AB50QESM6JX1QJEYVQ0";
|
||||||
BASE_URL = "http://exchange:8081/";
|
BASE_URL = "http://exchange:8081/";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue