summaryrefslogtreecommitdiff
path: root/contrib/provider-list.json
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 13:31:24 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 13:31:32 +0100
commitda9920cff32d03cbc597518107f186f9e99bea82 (patch)
treecc2865c4d18874b99e59e67c97579d4fdd212b6b /contrib/provider-list.json
parente90fd9fb38e7357c918d21894816cfb740abeec2 (diff)
downloadanastasis-da9920cff32d03cbc597518107f186f9e99bea82.tar.gz
anastasis-da9920cff32d03cbc597518107f186f9e99bea82.tar.bz2
anastasis-da9920cff32d03cbc597518107f186f9e99bea82.zip
fix tests: ensure localhost providers are available while running tests
Diffstat (limited to 'contrib/provider-list.json')
-rw-r--r--contrib/provider-list.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/contrib/provider-list.json b/contrib/provider-list.json
index 47e67eb..ddce9be 100644
--- a/contrib/provider-list.json
+++ b/contrib/provider-list.json
@@ -13,6 +13,26 @@
{
"url" : "https://v1.anastasis.lu/",
"name" : "Anastasis SARL, Luxembourg"
+ },
+ {
+ "url" : "http://localhost:8086/",
+ "name" : "Data Loss Inc. #1",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8087/",
+ "name" : "Data Loss Inc. #2",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8088/",
+ "name" : "Data Loss Inc. #3",
+ "restricted" : "xx"
+ },
+ {
+ "url" : "http://localhost:8089/",
+ "name" : "Data Loss Inc. #4",
+ "restricted" : "xx"
}
]
}