mirror of
https://github.com/kemko/nomad.git
synced 2026-01-13 13:55:42 +03:00
16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"ui": true,
|
|
"log_level": "INFO",
|
|
"data_dir": "/opt/consul/data",
|
|
"bind_addr": "0.0.0.0",
|
|
"client_addr": "0.0.0.0",
|
|
"advertise_addr": "IP_ADDRESS",
|
|
"retry_join": ["RETRY_JOIN"],
|
|
"connect": {
|
|
"enabled": true
|
|
},
|
|
"ports": {
|
|
"grpc": 8502
|
|
}
|
|
}
|