This commit is contained in:
2025-07-30 21:42:20 -03:00
parent 14e92f2dea
commit a8be5e74b5

View File

@@ -11,8 +11,8 @@ import (
type ConfigTOML struct {
Config struct {
DefaultHttpPort int `toml:"defaultHttpPort"`
DefaultCacheDir string `toml:"defaultCacheDir"`
DefaultHttpPort int `toml:"httpPort"`
DefaultCacheDir string `toml:"cacheDir"`
} `toml:"Config"`
}