This repository has been archived on 2019-12-25. You can view files and clone it, but cannot push or open issues or pull requests.
devops/consul/conf/bootstrap.json

10 lines
181 B
JSON
Raw Permalink Normal View History

2017-05-29 09:43:57 +00:00
{
"bootstrap": true,
"server": true,
"datacenter": "swarm",
"data_dir": "/opt/swarm",
"log_level": "INFO",
"enable_syslog": true,
"encrypt": "##key##"
}