gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taldir] branch master updated: update readme


From: gnunet
Subject: [taler-taldir] branch master updated: update readme
Date: Tue, 12 Jul 2022 17:29:21 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new f32faf1  update readme
f32faf1 is described below

commit f32faf1bc16147e4267512e5ccaca332235ba480
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Tue Jul 12 17:29:18 2022 +0200

    update readme
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index c22d890..9d8716b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # Taler Directory
 
 This is the Taler Directory (TalDir) implementation.
+The API can be found here: https://docs.taler.net/core/api-taldir.html
 
 # Build and Run
 
@@ -21,6 +22,8 @@ $ go test -v ./cmd/talidir-server
 # Configuration
 
 The configuration file of taldir is `taldir.conf`.
+You may copy the example configuration `config/taldir-example.conf` to your
+runtime directory and modify it according to your needs.
 
 The following configuration variables exist:
 
@@ -43,6 +46,10 @@ For the `[taldir]` section:
   * "validation_timeframe" (string): The timeframe in which challenges can be 
requested up to `validation_initiation_max` times (Default: 10m)
   * "solution_attempt_max" (number): How often can the solution be attempted 
for a challenge in the `solution_attempt_timeframe` (Default: 3)
   * "solution_attempt_timeframe" (string): The timeframe in which the solution 
can be attempted `solution_attempt_max` times (Default: "1h")
+  * "merchant_baseurl_privat" (string): The base URL for the merchant API to 
use (Default: "http://merchant.taldir/instances/myInstance";)
+  * "merchant_token" (string): The access token for the merchant API (Default: 
"superSecretToken")
+  * "validation_landing" (string): The location of the HTML template to use 
for the validation landing displaying a QR code. (Default: 
"templates/validation_landing.html"
+  * "validation_expiration" (string): The duration for which incomplete 
registration requests are kept. (Default: "24h")
 
 For the `[taldir-pq]` section:
 

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