Added key for auth

This commit is contained in:
perp 2024-06-03 13:19:29 +01:00
parent 1b4ff521eb
commit 16530f43d9

View File

@ -24,7 +24,8 @@ type Config struct {
// Auth configuration // Auth configuration
type Auth struct { type Auth struct {
Disabled bool `toml:"disabled"` Key string `toml:"key`
Disabled bool `toml:"disabled"`
} }
// Server configuration // Server configuration