还是随项目启动。解决对象传递问题

This commit is contained in:
liuwei
2025-03-27 11:55:10 +08:00
parent 948b47aa62
commit 1abd076932
5 changed files with 76 additions and 109 deletions
+7
View File
@@ -1,6 +1,13 @@
enable = true
[server]
host = "0.0.0.0"
port = 8888
[auth]
username = "admin"
password = "admin123"
[database]
# 如果为空,则使用主项目的数据库配置
# 如果设置了值,则使用自己的数据库配置
auto_start = "True"