Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions docs/getting-started/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ spring:

| 配置路径 | 说明 | 默认值 |
| ----------------------------- | --------------------------- | ------ |
| `halo.console.proxy.endpoint` | 开发环境的 Console 代理地址 | -- |
| `halo.console.proxy.enabled` | 是否启用 Console 代理地址 | -- |
| `halo.uc.proxy.endpoint` | 开发环境的 UC 代理地址 | -- |
| `halo.uc.proxy.enabled` | 是否启用 UC 代理地址 | -- |
| `halo.ui.proxy.endpoint` | 开发环境的 UI 代理地址 | -- |
| `halo.ui.proxy.enabled` | 是否启用 UI 代理地址 | -- |
| `halo.plugin.runtime-mode` | 插件的运行模式 | -- |

### Web 框架本身的配置
Expand Down
6 changes: 2 additions & 4 deletions versioned_docs/version-2.24/getting-started/install/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,8 @@ spring:

| 配置路径 | 说明 | 默认值 |
| ----------------------------- | --------------------------- | ------ |
| `halo.console.proxy.endpoint` | 开发环境的 Console 代理地址 | -- |
| `halo.console.proxy.enabled` | 是否启用 Console 代理地址 | -- |
| `halo.uc.proxy.endpoint` | 开发环境的 UC 代理地址 | -- |
| `halo.uc.proxy.enabled` | 是否启用 UC 代理地址 | -- |
| `halo.ui.proxy.endpoint` | 开发环境的 UI 代理地址 | -- |
| `halo.ui.proxy.enabled` | 是否启用 UI 代理地址 | -- |
| `halo.plugin.runtime-mode` | 插件的运行模式 | -- |

### Web 框架本身的配置
Expand Down
Loading