merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

test-merchantdb-postgres.conf (217B)


      1 [merchant]
      2 DB = postgres
      3 
      4 [merchantdb-postgres]
      5 CONFIG = postgres:///talercheck
      6 
      7 # Where are the SQL files to setup our tables?
      8 # Important: this MUST end with a "/"!
      9 SQL_DIR = ${DATADIR}sql/
     10 
     11 [taler]
     12 CURRENCY = "EUR"