optimize: 共享配置文件与1.x版本的分离开来

pull/434/head
王良 2025-01-10 13:59:21 +08:00
parent 9bd0b58ba0
commit 705dbcd80a
1 changed files with 1 additions and 1 deletions

View File

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