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