远程配置文件地址调整。

pull/434/head
王良 2025-01-10 15:10:15 +08:00
parent 130a4ac673
commit 6a43dcf716
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module.exports = {
remoteConfig: {
enabled: true,
// 共享远程配置地址
url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror/packages/core/src/config/remote_config.json',
url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror2.x/packages/core/src/config/remote_config.json',
// 个人远程配置地址
personalUrl: '',
},

View File

@ -3,7 +3,7 @@ const request = require('request')
const options = {
url: 'https://raw.githubusercontent.com/docmirror/dev-sidecar/refs/heads/master/packages/core/src/config/remote_config.json5',
// url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror/packages/core/src/config/remote_config.json5',
// url: 'https://gitee.com/wangliang181230/dev-sidecar/raw/docmirror2.x/packages/core/src/config/remote_config.json',
servername: 'baidu.com',
agent: new HttpsAgent({
keepAlive: true,