taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

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

update readme

Diffstat:
MREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git 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: