gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: configure merchant DB explici


From: gnunet
Subject: [taler-wallet-core] branch master updated: configure merchant DB explicitly
Date: Thu, 06 Aug 2020 13:46:57 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 59fe5180 configure merchant DB explicitly
59fe5180 is described below

commit 59fe51806df627dcb9c0499a0c22421032f7a542
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 6 17:16:52 2020 +0530

    configure merchant DB explicitly
---
 packages/taler-integrationtests/src/harness.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/packages/taler-integrationtests/src/harness.ts 
b/packages/taler-integrationtests/src/harness.ts
index b5df741e..a96e68ba 100644
--- a/packages/taler-integrationtests/src/harness.ts
+++ b/packages/taler-integrationtests/src/harness.ts
@@ -765,6 +765,7 @@ export class MerchantService {
       "keyfile",
       "${TALER_DATA_HOME}/merchant/merchant.priv",
     );
+    config.setString("merchantdb-postgres", "config", mc.database);
     config.write(cfgFilename);
 
     return new MerchantService(gc, mc, cfgFilename);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]