feat: update framework

This commit is contained in:
Rogee
2024-11-29 15:03:47 +08:00
parent f7d95418a2
commit 391f217bd8
17 changed files with 368 additions and 132 deletions

View File

@@ -1,23 +1,24 @@
[Http]
Port = 9800
[App]
Mode = "development"
[SQLite]
File = "sqlite.db"
[MySQL]
Host = "localhost"
Port = 3306
Database = "test"
Username = "root"
Password = "admin"
[Http]
Port = 9800
[Swagger]
BaseRoute = "doc"
Title = "Api"
Description = "Api Docs"
BasePath= "/v1"
Version = "1.0.0"
BasePath = "/v1"
Version = "1.0.0"
[Database]
Host = "10.1.1.3"
Database = "qvyun"
Password = "xixi0202"
[Wechat]
AppId = "wx45745a8c51091ae0"
AppSecret = "2ab33bc79d9b47efa4abef19d66e1977"
Token = "W8Xhw5TivYBgY"
AesKey = "F6AqCxAV4W1eCrY6llJ2zapphKK49CQN3RgtPDrjhnI"