exchange

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

exchange-db.secret.conf (277B)


      1 # Database configuration for the Taler exchange.
      2 
      3 [exchangedb-postgres]
      4 
      5 # Typically, there should only be a single line here, of the form:
      6 
      7 CONFIG=postgres:///taler-exchange
      8 
      9 # The details of the URI depend on where the database lives and how
     10 # access control was configured.