Update config-paladin.md

pull/150/head
Tony 6 years ago committed by GitHub
parent fb6594c148
commit 1b8fabdfe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      doc/wiki-cn/config-paladin.md

@ -5,9 +5,10 @@
在配置种类里,可以看到其实 环境配置 和 应用配置 已经由平台进行管理化。
我们通常业务里只用配置 业务配置 和 在线配置 就可以了,之前我们大部分都是单个文件配置,而为了更好管理我们需要按类型进行拆分配置文件。
例如:
例如:
| 名称 | 说明 |
|:--------|:------|
|:------|:------|
| application.toml | 在线配置 |
| mysql.toml | 业务db配置 |
| hbase.toml | 业务hbase配置 |

Loading…
Cancel
Save