Update default plugins registry url

This commit is contained in:
Asnxthaony 2020-01-02 18:13:39 +08:00 committed by GitHub
parent bcca87936a
commit 2abadd65b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,6 @@ return [
'registry' => env(
'PLUGINS_REGISTRY',
'https://dev.azure.com/blessing-skin/0dc12c60-882a-46a2-90c6-9450490193a2/_apis/'.
'git/repositories/d5283b63-dfb0-497e-ad17-2860a547596f/Items?path=%2Fregistry.json'
'git/repositories/d5283b63-dfb0-497e-ad17-2860a547596f/Items?path=%2Fregistry-preview.json'
),
];