config: Remove erronous yaml entries

This commit is contained in:
Tom Wiesing 2023-03-08 12:25:32 +01:00
parent 7371cc2163
commit 840efd5c03
No known key found for this signature in database
8 changed files with 13 additions and 14 deletions

View file

@ -80,8 +80,8 @@ func (tpl *Template) SetDefaults() (err error) {
func (tpl Template) Generate() Config {
return Config{
Listen: ListenConfig{
Ports: []uint16{80},
AdvertisedSSHPort: 80,
Ports: []uint16{80},
SSHPort: 80,
},
Paths: PathsConfig{
Root: tpl.RootPath,