@@ -61,19 +61,20 @@ type Configuration struct {
6161 } `yaml:"jwt"`
6262
6363 Server struct {
64- Host string `yaml:"host"`
65- Port string `yaml:"port"`
66- Cert string `yaml:"cert"`
67- Key string `yaml:"key"`
68- HTTPS bool `yaml:"https"`
69- Name string `yaml:"name"`
70- MaxUploadSize string `yaml:"max-upload-size"`
71- StrictRouting bool `yaml:"strict-routing"`
72- CaseSensitive bool `yaml:"case-sensitive"`
73- RequestID bool `yaml:"request-id"`
74- Debug bool `yaml:"debug"`
75- Recover bool `yaml:"recover"`
76- ProxyHeader string `yaml:"proxy-header"`
64+ Host string `yaml:"host"`
65+ Port string `yaml:"port"`
66+ Cert string `yaml:"cert"`
67+ Key string `yaml:"key"`
68+ HTTPS bool `yaml:"https"`
69+ Name string `yaml:"name"`
70+ MaxUploadSize string `yaml:"max-upload-size"`
71+ StrictRouting bool `yaml:"strict-routing"`
72+ CaseSensitive bool `yaml:"case-sensitive"`
73+ RequestID bool `yaml:"request-id"`
74+ Debug bool `yaml:"debug"`
75+ Recover bool `yaml:"recover"`
76+ ProxyHeader string `yaml:"proxy-header"`
77+ ReduceMemoryUsage bool `yaml:"reduce-memory-usage"`
7778 } `yaml:"server"`
7879
7980 Database struct {
0 commit comments