diff options
Diffstat (limited to 'src/mintdb/test-mint-db-postgres.conf')
-rw-r--r-- | src/mintdb/test-mint-db-postgres.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mintdb/test-mint-db-postgres.conf b/src/mintdb/test-mint-db-postgres.conf new file mode 100644 index 000000000..a5a738e49 --- /dev/null +++ b/src/mintdb/test-mint-db-postgres.conf @@ -0,0 +1,6 @@ +[mint] +#The DB plugin to use +DB = postgres + +#The connection string the plugin has to use for connecting to the database +DB_CONN_STR = postgres:///taler |