exchange

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

auditor-db.secret.conf (353B)


      1 # Database configuration for the Taler auditor.
      2 
      3 # In a simple setup, it points to the same database
      4 # that the exchange uses.
      5 
      6 [auditordb-postgres]
      7 
      8 # Typically, there should only be a single line here, of the form:
      9 
     10 CONFIG=postgres:///taler-auditor
     11 
     12 # The details of the URI depend on where the database lives and how
     13 # access control was configured.