From d0f13d0439ef8a26ca49f1725ef002d22f62ab6a Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 14 Sep 2023 05:27:32 +0300 Subject: [PATCH] add second node for distribution API tests --- src/config/nodes.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/config/nodes.json b/src/config/nodes.json index 700e9f2..07cb99a 100644 --- a/src/config/nodes.json +++ b/src/config/nodes.json @@ -1,7 +1,12 @@ [ { - "description":"YGGtracker instance for main branch tests", + "description":"YGGtracker instance #1 with main branch updates", "url":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker", "manifest":"http://[201:23b4:991a:634d:8359:4521:5576:15b7]/yggtracker/api/manifest.json" + }, + { + "description":"YGGtracker instance #2 with main branch updates", + "url":"http://[200:e6fd:bb3c:b354:cd3a:f939:753e:cd72]/yggtracker", + "manifest":"http://[200:e6fd:bb3c:b354:cd3a:f939:753e:cd72]/yggtracker/api/manifest.json" } ] \ No newline at end of file