diff --git a/internal/config/config.go b/internal/config/config.go index 0fc2f0b..2613f01 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -24,7 +24,8 @@ type Config struct { // Auth configuration type Auth struct { - Disabled bool `toml:"disabled"` + Key string `toml:"key` + Disabled bool `toml:"disabled"` } // Server configuration