diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-11-24 12:23:55 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-11-24 12:23:55 +0100 |
commit | c2bb6551cf453115884d35e2c440fc44797addf2 (patch) | |
tree | eefaa1c62fb7c9556ad31b9766bfdcb04d875ea8 /src/exchangedb/test-exchange-db-postgres.conf | |
parent | 0429b0cede718e3306e088993023dbe3b47c3382 (diff) |
starting point for NG exchange DB schema
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r-- | src/exchangedb/test-exchange-db-postgres.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 |