gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Tutorial instance


From: gnunet
Subject: [taler-deployment] branch master updated: Tutorial instance
Date: Wed, 28 Apr 2021 12:05:38 +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 fa211fb  Tutorial instance
fa211fb is described below

commit fa211fb56a0f92fb1046e5fd9c61004ec34b87ab
Author: MS <ms@taler.net>
AuthorDate: Wed Apr 28 12:05:34 2021 +0200

    Tutorial instance
---
 bin/taler-deployment-config-instances | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/bin/taler-deployment-config-instances 
b/bin/taler-deployment-config-instances
index 78b80e1..65cebc8 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -110,3 +110,12 @@ ensure_instance(
     payto_uris=[f"payto://x-taler-bank/bank.{TALER_ENV_NAME}.taler.net/Tor"],
     auth=dict(method="token", token=TALER_ENV_FRONTENDS_APITOKEN),
 )
+
+# Note: this instance has a fixed secret-token, so as to allow anyone to easily
+# run their tutorial.
+ensure_instance(
+    "Tutorial",
+    name="Tutorial",
+    
payto_uris=[f"payto://x-taler-bank/bank.{TALER_ENV_NAME}.taler.net/Tutorial"],
+    auth=dict(method="token", token="secret-token:sandbox"),
+)

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