blob: 37200a46808d7027c4429074351be3b918cfea78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"license": "GPLv3+",
"SPDX-License-Identifier": "GPL3.0-or-later",
"anastasis_provider": [
{
"url" : "http://localhost:8086/",
"currency" : "TESTKUDOS"
},
{
"url" : "http://localhost:8087/",
"currency" : "TESTKUDOS"
},
{
"url" : "http://localhost:8088/",
"currency" : "TESTKUDOS"
},
{
"url" : "http://localhost:8089/",
"currency" : "TESTKUDOS"
}
]
}
|