summaryrefslogtreecommitdiff
path: root/debian/etc/taler/secrets/exchange-accounts.secret.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-29 13:41:49 +0200
committerFlorian Dold <florian@dold.me>2021-07-29 13:41:49 +0200
commita367347a54338641180083573698b1fb48aced55 (patch)
tree4e0310ab335b58e68b9711eb3b33fa1c620b8785 /debian/etc/taler/secrets/exchange-accounts.secret.conf
parent036d4cb71ac1abe1990c936ee1f3b2cbf15d14c1 (diff)
downloadexchange-a367347a54338641180083573698b1fb48aced55.tar.gz
exchange-a367347a54338641180083573698b1fb48aced55.tar.bz2
exchange-a367347a54338641180083573698b1fb48aced55.zip
simplify configuration
Diffstat (limited to 'debian/etc/taler/secrets/exchange-accounts.secret.conf')
-rw-r--r--debian/etc/taler/secrets/exchange-accounts.secret.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/etc/taler/secrets/exchange-accounts.secret.conf b/debian/etc/taler/secrets/exchange-accounts.secret.conf
new file mode 100644
index 000000000..7b6c649fd
--- /dev/null
+++ b/debian/etc/taler/secrets/exchange-accounts.secret.conf
@@ -0,0 +1,21 @@
+# This file should contain the wire account access information which is needed
+# by the Taler exchange to talk to LibEuFin to interact with the bank.
+# The file SHOULD only be readable for the "taler-exchange-wire" user,
+# as other users/services have no business talking to the bank.
+
+
+[exchange-account-1]
+enable_credit = yes
+
+enable_debit = yes
+
+wire_gateway_auth_method = basic
+
+password =
+
+username =
+
+wire_gateway_url =
+
+payto_uri =
+