exchange

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

test-auditor-db-postgres.conf (294B)


      1 [auditor]
      2 # Which database backend do we use for the auditor?
      3 DB = postgres
      4 
      5 [auditordb-postgres]
      6 # Argument for Postgres for how to connect to the database.
      7 CONFIG = "postgres:///talercheck"
      8 
      9 # Where are the SQL files to setup our tables?
     10 SQL_DIR = ${DATADIR}sql/
     11 
     12 [exchange]
     13 CURRENCY = "EUR"