gnunet-svn
[Top][All Lists]
Advanced

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

[taler-donau] branch master updated: add KEY_DIR


From: gnunet
Subject: [taler-donau] branch master updated: add KEY_DIR
Date: Sun, 14 Jan 2024 14:36:05 +0100

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

lukas-matyja pushed a commit to branch master
in repository donau.

The following commit(s) were added to refs/heads/master by this push:
     new 2d9f9c2  add KEY_DIR
     new 331456a  Merge remote-tracking branch 'refs/remotes/origin/master'
2d9f9c2 is described below

commit 2d9f9c201ce7a6264a87b825e541834870495155
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
AuthorDate: Sun Jan 14 14:36:48 2024 +0100

    add KEY_DIR
---
 src/testing/test_donau_api.conf | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf
index bc49676..4206e64 100644
--- a/src/testing/test_donau_api.conf
+++ b/src/testing/test_donau_api.conf
@@ -25,13 +25,15 @@ CONFIG = "postgres:///talercheck"
 [donaudb]
 # IDLE_RESERVE_EXPIRATION_TIME = 0 s
 
-[taler-donau-secmod-cs]
+[donau-exchange-secmod-cs]
 LOOKAHEAD_SIGN = "24 days"
+KEY_DIR = ${PWD}/exchange-secmod-cs/keys
 
-[taler-donau-secmod-rsa]
+[donau-exchange-secmod-rsa]
 LOOKAHEAD_SIGN = "24 days"
+KEY_DIR = ${PWD}/exchange-secmod-rsa/keys
 
-[taler-donau-secmod-eddsa]
+[donau-exchange-secmod-eddsa]
 LOOKAHEAD_SIGN = "24 days"
 DURATION = "14 days"
-
+KEY_DIR = ${PWD}/exchange-secmod-eddsa/keys

-- 
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]