commit 657d74a87b5e93df4f518eccf6a9c27a5ba75138
parent 31fed6b51e3be16fae0bfaa60836abf44732f919
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 23 Apr 2021 18:12:14 +0200
mention auth argument in example -- thanks John
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
@@ -846,6 +846,7 @@ create a file ``instance.json`` with an `InstanceConfigurationMessage`
"id" : "default",
"name": "example.com",
"address": { "country" : "zz" },
+ "auth": { "method" : "external"} ,
"jurisdiction": { "country" : "zz" },
"default_max_wire_fee": "KUDOS:1",
"default_wire_fee_amortization": 100,