slackbuilds

My Slackbuilds
git clone git://git.server.ky/slackcoder/slackbuilds
Log | Files | Refs | README

exchange-db.secret.conf.new (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.