Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
BindAddr string `env:"BIND_ADDR"`
ZebedeeURL string `env:"ZEBEDEE_URL"`
RendererURL string `env:"RENDERER_URL"`
FilterAPIURL string `env:"FILTER_API_URL"`
DatasetAPIURL string `env:"DATASET_API_URL"`
MailHost string `env:"MAIL_HOST"`
MailUser string `env:"MAIL_USER"`
MailPassword string `env:"MAIL_PASSWORD" json:"-"`
MailPort string `env:"MAIL_PORT"`
FeedbackTo string `env:"FEEDBACK_TO"`
FeedbackFrom string `env:"FEEDBACK_FROM"`
DownloadServiceURL string `env:"DOWNLOAD_SERVICE_URL"`
ServiceToken string `env:"SERVICE_TOKEN"`
EnableLoop11 bool `env:"ENABLE_LOOP11"`
}
Click to show internal directories.
Click to hide internal directories.