donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

test-donau-db-postgres.conf (290B)


      1 [donau]
      2 #The DB plugin to use
      3 CURRENCY = EUR
      4 DB = postgres
      5 BASE_URL = http://localhost/
      6 
      7 [donaudb-postgres]
      8 
      9 #The connection string the plugin has to use for connecting to the database
     10 CONFIG = postgres:///donaucheck
     11 
     12 # Where are the SQL files to setup our tables?
     13 SQL_DIR = ${DATADIR}sql/