Skip to content

Commit 34a15f7

Browse files
author
Mathieu Lecarme
committed
Documenting hosts configuration.
1 parent bced551 commit 34a15f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/conf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Conf struct {
1414
Listen string `yaml:"listen"` // http listen address
1515
AdminListen string `yaml:"admin_listen"`
1616
DataPath string `yaml:"data_path"`
17-
Hosts []string `yaml:"hosts"`
17+
Hosts []string `yaml:"hosts"` // private hostnames for exposing private services, like browserless
1818
}
1919

2020
func (c *Conf) Defaults() {

0 commit comments

Comments
 (0)