commit 96e67d4900087b1c758953b00a0f4ad0bc02a867 parent 3ced2ab1c76c66e88863b1b3356a874a9cc791e8 Author: MS <ms@taler.net> Date: Mon, 4 Dec 2023 00:15:54 +0100 exchange config Diffstat:
| M | netzbon/setup-exchange.sh | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh @@ -119,6 +119,14 @@ echo -e "[taler]\n" \ "ENABLE_DEBIT=YES\n" \ "ENABLE_CREDIT=YES\n" \ "@inline-secret@ exchange-accountcredentials-default ../secrets/exchange-accountcredentials-default.secret.conf\n" \ + "[currency-netzbon]\n" \ + "ENABLED=YES\n" + "name=NetzBon\n" + "code=NETZBON\n" + "fractional_input_digits=2\n" + "fractional_normal_digits=2\n" + "fractional_trailing_zero_digits=2\n" + "alt_unit_names = {\"0\":\"NETZBON\"}\n" >/etc/taler/conf.d/setup.conf echo -e "[exchangedb-postgres]\n" \