diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-28 12:32:24 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-28 12:32:24 +0100 |
commit | 9303881d2202695a4dff8cfc919aaf47552f6f62 (patch) | |
tree | c283b425897160c6f31251268730139255cf74ee /src/mintdb/test-mint-db-postgres.conf | |
parent | 44b894ebe16f2646b49429bc45208dabb8bbc30b (diff) |
fix extra-disting
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 00000000..a5a738e4 --- /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 |