config: Remove erronous yaml entries
This commit is contained in:
parent
7371cc2163
commit
840efd5c03
8 changed files with 13 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue