exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

exchange-accountcredentials-1.secret.conf (466B)


      1 # This file contains the secret credentials
      2 # to access the Taler Wire Gateway API (usually
      3 # provided by LibEuFin) for the exchange accounts.
      4 #
      5 # Each exchange-account-* section should have a matching
      6 # exchange-accountcredentials-* section here.
      7 #
      8 # Each of those sections must be imported via @inline-secret@,
      9 # usually in conf.d/exchange-business.conf.
     10 
     11 [exchange-accountcredentials-1]
     12 
     13 wire_gateway_auth_method = basic
     14 password =
     15 username =
     16 wire_gateway_url =
     17