add config.yml

This commit is contained in:
zhangchao
2024-07-24 04:19:01 +08:00
parent 82eadb8921
commit 1860e3666d
5 changed files with 120 additions and 6 deletions

View File

@@ -35,6 +35,7 @@ func init() {
flag.Parse()
conf.SetUp()
conf.SetUp1()
models.SetUp(isOrmDebug)
}