gnunet-svn
[Top][All Lists]
Advanced

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

[taler-anastasis] 01/05: added sample provider list


From: gnunet
Subject: [taler-anastasis] 01/05: added sample provider list
Date: Wed, 23 Sep 2020 19:04:23 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit ee7836db69c0a368cce5fc0f039408dd0523a643
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
AuthorDate: Mon Sep 21 08:24:04 2020 +0200

    added sample provider list
---
 contrib/Makefile.am        |  3 ++-
 contrib/provider-list.json | 24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index f8ea7f5..ce6ed23 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -12,4 +12,5 @@ EXTRA_DIST = \
 pkgdata_DATA = \
   redux.ch.json \
   redux.de.json \
-  redux.countries.json
+  redux.countries.json \
+  provider-list.json
diff --git a/contrib/provider-list.json b/contrib/provider-list.json
new file mode 100644
index 0000000..8e5cc82
--- /dev/null
+++ b/contrib/provider-list.json
@@ -0,0 +1,24 @@
+{
+    "anastasis-provider": [
+       {
+        "provider-id" : "anastasis_01",
+        "provider-url" : "localhost:8086/",
+        "provider-name" : "Anastasis 1"
+       },
+       {
+           "provider-id" : "anastasis_02",
+        "provider-url" : "localhost:8087/",
+        "provider-name" : "Anastasis 2"
+       },
+       {
+           "provider-id" : "anastasis_03",
+        "provider-url" : "localhost:8088/",
+        "provider-name" : "Anastasis 3"
+       },
+       {
+           "provider-id" : "anastasis_04",
+        "provider-url" : "localhost:8089/",
+        "provider-name" : "Anastasis 4"
+       }
+       ]
+}
\ No newline at end of file

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