summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-12-04 00:15:54 +0100
committerMS <ms@taler.net>2023-12-04 00:15:54 +0100
commit96e67d4900087b1c758953b00a0f4ad0bc02a867 (patch)
treebe224540b2ff16b632e6cc01aaf87fffd752d34d
parent3ced2ab1c76c66e88863b1b3356a874a9cc791e8 (diff)
downloaddeployment-96e67d4900087b1c758953b00a0f4ad0bc02a867.tar.gz
deployment-96e67d4900087b1c758953b00a0f4ad0bc02a867.tar.bz2
deployment-96e67d4900087b1c758953b00a0f4ad0bc02a867.zip
exchange config
-rwxr-xr-xnetzbon/setup-exchange.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/netzbon/setup-exchange.sh b/netzbon/setup-exchange.sh
index c7f2b49..e40e30f 100755
--- 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" \