7 lines
125 B
Go
Raw Normal View History

package config
type Gorse struct {
2025-02-03 21:33:58 +01:00
Endpoint string `env:"GORSE_ENDPOINT,required"`
ApiKey string `env:"GORSE_APIKEY"`
}