mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
agent: set default HTTP address
This commit is contained in:
@@ -164,6 +164,7 @@ func DefaultConfig() *Config {
|
||||
LogLevel: "INFO",
|
||||
Region: "region1",
|
||||
Datacenter: "dc1",
|
||||
HttpAddr: "127.0.0.1:4646",
|
||||
Client: &ClientConfig{
|
||||
Enabled: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user