diff options
Diffstat (limited to 'taler-exchange/root/etc/taler/secrets/exchange-accountcredentials-1.secret.conf.new')
-rw-r--r-- | taler-exchange/root/etc/taler/secrets/exchange-accountcredentials-1.secret.conf.new | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/taler-exchange/root/etc/taler/secrets/exchange-accountcredentials-1.secret.conf.new b/taler-exchange/root/etc/taler/secrets/exchange-accountcredentials-1.secret.conf.new new file mode 100644 index 0000000..603dc60 --- /dev/null +++ b/taler-exchange/root/etc/taler/secrets/exchange-accountcredentials-1.secret.conf.new @@ -0,0 +1,16 @@ +# This file contains the secret credentials +# to access the Taler Wire Gateway API (usually +# provided by LibEuFin) for the exchange accounts. +# +# Each exchange-account-* section should have a matching +# exchange-accountcredentials-* section here. +# +# Each of those sections must be imported via @inline-secret@, +# usually in conf.d/exchange-business.conf. + +[exchange-accountcredentials-1] + +wire_gateway_auth_method = basic +password = +username = +wire_gateway_url = |