Fix grabage codes 5 years ago

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2025-12-23 23:46:00 +08:00
parent b933522123
commit 485d0de64b
8 changed files with 21 additions and 44 deletions

View File

@@ -7,8 +7,8 @@ type config struct {
type server struct {
Address string `yaml:"address"`
DebugMode bool `yaml:"debug_mode"`
FileLogger bool `yaml:"file_logger"`
DebugMode string `yaml:"debug_mode"`
FileLogger string `yaml:"file_logger"`
JwtSecret string `yaml:"jwt_secret"`
}