From 9366a6216f21fefbc673ddbdfaf729cdf739df6d Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 3 Jul 2023 10:56:14 +0100 Subject: [PATCH] Add an Iglu Central mirror --- src/main/resources/default-iglu-resolver.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/default-iglu-resolver.json b/src/main/resources/default-iglu-resolver.json index e7f50e7..784261b 100644 --- a/src/main/resources/default-iglu-resolver.json +++ b/src/main/resources/default-iglu-resolver.json @@ -12,6 +12,16 @@ "uri": "http://iglucentral.com" } } + }, + { + "name": "Iglu Central - Mirror 01", + "priority": 1, + "vendorPrefixes": [], + "connection": { + "http": { + "uri": "http://mirror01.iglucentral.com" + } + } } ] }