add configs

This commit is contained in:
yanghao05
2023-01-29 17:21:01 +08:00
parent 7151c52543
commit e07f8a67a4
11 changed files with 500 additions and 240 deletions

View File

@@ -10,3 +10,12 @@ Port = 8088
[Log]
Level = "debug"
[Database]
[Database.MySQL]
Host = "localhost"
Port = 3306
Database = "demos"
Username = "root"
Password = "root"