diff options
Diffstat (limited to 'contrib/provider-list.json')
-rw-r--r-- | contrib/provider-list.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/provider-list.json b/contrib/provider-list.json new file mode 100644 index 0000000..37200a4 --- /dev/null +++ b/contrib/provider-list.json | |||
@@ -0,0 +1,22 @@ | |||
1 | { | ||
2 | "license": "GPLv3+", | ||
3 | "SPDX-License-Identifier": "GPL3.0-or-later", | ||
4 | "anastasis_provider": [ | ||
5 | { | ||
6 | "url" : "http://localhost:8086/", | ||
7 | "currency" : "TESTKUDOS" | ||
8 | }, | ||
9 | { | ||
10 | "url" : "http://localhost:8087/", | ||
11 | "currency" : "TESTKUDOS" | ||
12 | }, | ||
13 | { | ||
14 | "url" : "http://localhost:8088/", | ||
15 | "currency" : "TESTKUDOS" | ||
16 | }, | ||
17 | { | ||
18 | "url" : "http://localhost:8089/", | ||
19 | "currency" : "TESTKUDOS" | ||
20 | } | ||
21 | ] | ||
22 | } | ||