grain/config/types/authConfig.go

6 lines
112 B
Go

package config
type AuthConfig struct {
Enabled bool `yaml:"enabled"`
RelayURL string `yaml:"relay_url"`
}