@@ -66,22 +66,22 @@ type Configuration struct {
6666 } `yaml:"jwt"`
6767
6868 Server struct {
69- Host string `yaml:"host"`
70- Port string `yaml:"port"`
71- Cert string `yaml:"cert"`
72- Key string `yaml:"key"`
73- HTTPS bool `yaml:"https"`
74- Name string `yaml:"name"`
75- MaxUploadSize string `yaml:"max-upload-size"`
76- StrictRouting bool `yaml:"strict-routing"`
77- CaseSensitive bool `yaml:"case-sensitive"`
78- RequestID bool `yaml:"request-id"`
79- Debug bool `yaml:"debug"`
80- Recover bool `yaml:"recover"`
81- ProxyHeader string `yaml:"proxy-header"`
82- ReduceMemoryUsage bool `yaml:"reduce-memory-usage"`
83- MaxAge int `yaml:"static-max-age"`
84- CacheDuration time. Duration `yaml:"static-cache-duration"`
69+ Host string `yaml:"host"`
70+ Port string `yaml:"port"`
71+ Cert string `yaml:"cert"`
72+ Key string `yaml:"key"`
73+ HTTPS bool `yaml:"https"`
74+ Name string `yaml:"name"`
75+ MaxUploadSize string `yaml:"max-upload-size"`
76+ StrictRouting bool `yaml:"strict-routing"`
77+ CaseSensitive bool `yaml:"case-sensitive"`
78+ RequestID bool `yaml:"request-id"`
79+ Debug bool `yaml:"debug"`
80+ Recover bool `yaml:"recover"`
81+ ProxyHeader string `yaml:"proxy-header"`
82+ ReduceMemoryUsage bool `yaml:"reduce-memory-usage"`
83+ MaxAge int `yaml:"static-max-age"`
84+ CacheDuration string `yaml:"static-cache-duration"`
8585 } `yaml:"server"`
8686
8787 Database struct {
0 commit comments