feat: 完善配置模块

This commit is contained in:
橙子
2024-06-27 22:39:09 +08:00
parent fcea4c63a7
commit 1843b9c44f
5 changed files with 35 additions and 7 deletions

View File

@@ -11,7 +11,10 @@
"SelfUrl": "http://*:19001",
"CorsOrigins": "http://localhost:19001;http://localhost:18000"
},
//配置
"Settings": {
"Test": "hello"
},
//数据库类型列表
"DbList": [ "Sqlite", "Mysql", "Sqlserver", "Oracle" ],