Remove useless config
This commit is contained in:
parent
b03d1b55b3
commit
bd06e8b186
|
@ -12,9 +12,6 @@ import (
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This is the default port we use for co
|
|
||||||
const DefaultBindPort int = 8300
|
|
||||||
|
|
||||||
// Config is the configuration that can be set for an Agent.
|
// Config is the configuration that can be set for an Agent.
|
||||||
// Some of this is configurable as CLI flags, but most must
|
// Some of this is configurable as CLI flags, but most must
|
||||||
// be set using a configuration file.
|
// be set using a configuration file.
|
||||||
|
|
Loading…
Reference in New Issue