系统配置文件改为json类型,移除yaml的使用
This commit is contained in:
parent
987f1b6929
commit
bcbd556e7d
7 changed files with 17 additions and 17 deletions
5
launcher/sys_config/config_dist.json
Normal file
5
launcher/sys_config/config_dist.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"version": "v0.4",
|
||||
"url": "ui/dist/index.html",
|
||||
"log_level": "ERROR"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue