exchange

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

exchangedb-postgres.conf (239B)


      1 [exchangedb-postgres]
      2 CONFIG = "postgres:///taler-exchange"
      3 
      4 # Where are the SQL files to setup our tables?
      5 # Important: this MUST end with a "/"!
      6 SQL_DIR = ${DATADIR}sql/
      7 
      8 # Number of purses per account by default.
      9 DEFAULT_PURSE_LIMIT = 1