Skip to content

Commit

Permalink
Update config-paladin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony authored Jun 11, 2019
1 parent fb6594c commit 1b8fabd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/wiki-cn/config-paladin.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
在配置种类里,可以看到其实 环境配置 和 应用配置 已经由平台进行管理化。
我们通常业务里只用配置 业务配置 和 在线配置 就可以了,之前我们大部分都是单个文件配置,而为了更好管理我们需要按类型进行拆分配置文件。

例如:
例如:

| 名称 | 说明 |
|:--------|:------|
|:------|:------|
| application.toml | 在线配置 |
| mysql.toml | 业务db配置 |
| hbase.toml | 业务hbase配置 |
Expand Down

0 comments on commit 1b8fabd

Please sign in to comment.