summaryrefslogtreecommitdiff
path: root/src/syncdb/test_sync_db_postgres.conf
blob: c555c4f4c1ae4f1f5fcce85dc8c6d253ced18d2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[sync]
#The DB plugin to use
DB = postgres

[taler]
CURRENCY = EUR

[syncdb-postgres]
#The connection string the plugin has to use for connecting to the database
CONFIG = postgres:///synccheck

# Where are the SQL files to setup our tables?
# Important: this MUST end with a "/"!
SQL_DIR = $DATADIR/sql/