cityuni-webserver/conf/serve.go
Captain ALM 98dac85215
All checks were successful
continuous-integration/drone/push Build is passing
Fix up page handling.
Remove timeout support.
Add identification middleware.
2022-07-15 10:46:45 +01:00

9 lines
261 B
Go

package conf
type ServeYaml struct {
DataStorage string `yaml:"dataStorage"`
Domains []string `yaml:"domains"`
RangeSupported bool `yaml:"rangeSupported"`
CacheSettings CacheSettingsYaml `yaml:"cacheSettings"`
}