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,6 +24,7 @@ type Config struct {
// Auth configuration
type Auth struct {
Key string `toml:"key`
Disabled bool `toml:"disabled"`
}