chore: remove useless ini

This commit is contained in:
engigu
2025-12-22 18:24:02 +08:00
parent 548689c9c2
commit 8327487493
2 changed files with 0 additions and 10 deletions
-6
View File
@@ -26,16 +26,10 @@ type SecurityConfig struct {
Secret string `ini:"secret"`
}
type TaskConfig struct {
DefaultTimeout int `ini:"default_timeout"`
LogRetentionDays int `ini:"log_retention_days"`
}
type AppConfig struct {
Server ServerConfig `ini:"server"`
Database DatabaseConfig `ini:"database"`
Security SecurityConfig `ini:"security"`
Task TaskConfig `ini:"task"`
}
var Config *AppConfig