diff options
Diffstat (limited to 'src/mintdb')
| -rw-r--r-- | src/mintdb/Makefile.am | 4 | ||||
| -rw-r--r-- | src/mintdb/test-mint-db-postgres.conf | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/src/mintdb/Makefile.am b/src/mintdb/Makefile.am index ceaa2e21..acd86346 100644 --- a/src/mintdb/Makefile.am +++ b/src/mintdb/Makefile.am @@ -6,7 +6,9 @@ plugindir = $(libdir)/taler plugin_LTLIBRARIES = \ libtaler_plugin_mintdb_postgres.la -EXTRA_DIST = plugin_mintdb_common.c +EXTRA_DIST = \ + plugin_mintdb_common.c \ + test-mint-db-postgres.conf libtaler_plugin_mintdb_postgres_la_SOURCES = \ plugin_mintdb_postgres.c 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 |
