gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: donations instances


From: gnunet
Subject: [taler-deployment] branch master updated: donations instances
Date: Thu, 23 Jul 2020 18:30:33 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a7d0b30  donations instances
a7d0b30 is described below

commit a7d0b30ece8492ed2cf6888df23d1abe9bdb584c
Author: MS <ms@taler.net>
AuthorDate: Thu Jul 23 18:30:24 2020 +0200

    donations instances
---
 bin/taler-config-instances | 57 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 57 insertions(+)

diff --git a/bin/taler-config-instances b/bin/taler-config-instances
index 20530be..ef3aee0 100755
--- a/bin/taler-config-instances
+++ b/bin/taler-config-instances
@@ -76,6 +76,48 @@ pos_config = dict(
     default_pay_delay=dict(d_ms="forever")
 )
 
+print("configuring GNUnet")
+gnunet_config = dict(
+    payto_uris=["payto://x-taler-bank/"],
+    id="GNUnet",
+    name="GNUnet",
+    address=dict(),
+    jurisdiction=dict(),
+    default_max_wire_fee="EUR:1",
+    default_wire_fee_amortization=3,
+    default_max_deposit_fee="EUR:1",
+    default_wire_transfer_delay=dict(d_ms="forever"),
+    default_pay_delay=dict(d_ms="forever")
+)
+
+print("configuring Taler")
+taler_config = dict(
+    payto_uris=["payto://x-taler-bank/"],
+    id="Taler",
+    name="Taler",
+    address=dict(),
+    jurisdiction=dict(),
+    default_max_wire_fee="EUR:1",
+    default_wire_fee_amortization=3,
+    default_max_deposit_fee="EUR:1",
+    default_wire_transfer_delay=dict(d_ms="forever"),
+    default_pay_delay=dict(d_ms="forever")
+)
+
+print("configuring Tor")
+tor_config = dict(
+    payto_uris=["payto://x-taler-bank/"],
+    id="Tor",
+    name="Tor",
+    address=dict(),
+    jurisdiction=dict(),
+    default_max_wire_fee="EUR:1",
+    default_wire_fee_amortization=3,
+    default_max_deposit_fee="EUR:1",
+    default_wire_transfer_delay=dict(d_ms="forever"),
+    default_pay_delay=dict(d_ms="forever")
+)
+
 expectResponse(
     post(INSTANCE_CONFIG_URL, json=blog_config, headers={"Authorization": 
"ApiKey sandbox"}),
     [204, 409]
@@ -95,3 +137,18 @@ expectResponse(
     post(INSTANCE_CONFIG_URL, json=pos_config, headers={"Authorization": 
"ApiKey sandbox"}),
     [204, 409]
 )
+
+expectResponse(
+    post(INSTANCE_CONFIG_URL, json=taler_config, headers={"Authorization": 
"ApiKey sandbox"}),
+    [204, 409]
+)
+
+expectResponse(
+    post(INSTANCE_CONFIG_URL, json=gnunet_config, headers={"Authorization": 
"ApiKey sandbox"}),
+    [204, 409]
+)
+
+expectResponse(
+    post(INSTANCE_CONFIG_URL, json=tor_config, headers={"Authorization": 
"ApiKey sandbox"}),
+    [204, 409]
+)

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