diff options
author | Joseph <Joseph.xu@efrei.net> | 2022-11-21 10:37:50 -0500 |
---|---|---|
committer | Joseph <Joseph.xu@efrei.net> | 2022-11-21 10:40:10 -0500 |
commit | eba2a5d90c1dbc2e5121e404ac4154dc70d9cace (patch) | |
tree | a13f87e18c4d8283268806b76babfe29bbdd54de /src/exchangedb/test-exchange-db-postgres.conf | |
parent | dbfd4e252a1bdbc7e4c8c97fd4780a13369b872c (diff) |
new batch insertion code
Diffstat (limited to 'src/exchangedb/test-exchange-db-postgres.conf')
-rw-r--r-- | src/exchangedb/test-exchange-db-postgres.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/test-exchange-db-postgres.conf b/src/exchangedb/test-exchange-db-postgres.conf index 05104cb7f..92bdde393 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:///talercheck +CONFIG = postgres://dab:test@localhost/talercheck # Where are the SQL files to setup our tables? SQL_DIR = $DATADIR/sql/exchange/ |