mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Document consul configuration
This commit is contained in:
@@ -113,8 +113,9 @@ func TestConfig_Parse(t *testing.T) {
|
||||
CAFile: "/path/to/ca/file",
|
||||
CertFile: "/path/to/cert/file",
|
||||
KeyFile: "/path/to/key/file",
|
||||
ServerAutoJoin: true,
|
||||
ClientAutoJoin: true,
|
||||
ServerAutoJoin: false,
|
||||
ClientAutoJoin: false,
|
||||
AutoAdvertise: false,
|
||||
},
|
||||
HTTPAPIResponseHeaders: map[string]string{
|
||||
"Access-Control-Allow-Origin": "*",
|
||||
|
||||
Reference in New Issue
Block a user