1
0
mirror of https://github.com/containous/traefik.git synced 2025-01-26 10:03:48 +03:00
traefik/integration/resources/tls/consul_config.json
2017-09-07 12:02:03 +02:00

10 lines
191 B
JSON

{
"ports": {
"https": 8585
},
"ca_file": "/configs/ca.cert",
"cert_file": "/configs/consul.cert",
"key_file": "/configs/consul.key",
"verify_outgoing": true
}