From c2bb6551cf453115884d35e2c440fc44797addf2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 24 Nov 2022 12:23:55 +0100 Subject: starting point for NG exchange DB schema --- src/exchangedb/test-exchange-db-postgres.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/test-exchange-db-postgres.conf') diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index 92bdde393..7f0332686 100644 --- a/src/exchangedb/test-exchange-db-postgres.conf +++ b/src/exchangedb/test-exchange-db-postgres.conf @@ -7,7 +7,7 @@ BASE_URL = http://localhost/ [exchangedb-postgres] #The connection string the plugin has to use for connecting to the database -CONFIG = postgres://dab:test@localhost/talercheck +CONFIG = postgres:///talercheck # Where are the SQL files to setup our tables? SQL_DIR = $DATADIR/sql/exchange/ @@ -33,4 +33,4 @@ LEGAL_RESERVE_EXPIRATION_TIME = 7 years AGGREGATOR_SHIFT = 1s # Number of purses per account by default. -DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file +DEFAULT_PURSE_LIMIT = 1 -- cgit v1.2.3