grain/config/types/authConfig.go

6 lines
112 B
Go
Raw Permalink Normal View History

2024-08-19 18:28:13 +00:00
package config
type AuthConfig struct {
Enabled bool `yaml:"enabled"`
RelayURL string `yaml:"relay_url"`
}