blob: 0822bab449200fc648613e239ba8b8f949e5d82b (
plain)
1
2
3
4
5
6
7
8
|
[exchange]
#The DB plugin to use
DB = postgres
[exchangedb-postgres]
#The connection string the plugin has to use for connecting to the database
DB_CONN_STR = postgres:///talercheck
|