This commit is contained in:
2025-05-20 09:07:23 +08:00
parent 67573e6ac2
commit 9f2fb09157
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ type Config struct {
File string `mapstructure:"File"`
} `mapstructure:"app"`
DB struct {
Type string `mapstructure:"Tyoe"`
Type string `mapstructure:"Type"`
Path string `mapstructure:"Path"`
Port int `mapstructure:"Port"`
User string `mapstructure:"User"`