From 2a24506c15420031a290de58edf0d70c8740676e Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Sat, 22 Jul 2023 15:10:29 +0800 Subject: [PATCH] config: switch default registry to CloudFront --- config/plugins.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/plugins.php b/config/plugins.php index 593e4304..30f83769 100644 --- a/config/plugins.php +++ b/config/plugins.php @@ -33,7 +33,7 @@ return [ */ 'registry' => env( 'PLUGINS_REGISTRY', - 'https://git.qvq.network/bs-community/plugins-dist/-/raw/master/registry_{lang}.json' + 'https://d2jw1l0ullrzt6.cloudfront.net/registry_{lang}.json' ), /*