1
0
Fork 0

Clean old

This commit is contained in:
Ludovic Fernandez 2019-03-18 11:30:07 +01:00 committed by Traefiker Bot
parent 9908137638
commit 72ffa91fe0
195 changed files with 83 additions and 37524 deletions

View file

@ -1,18 +0,0 @@
[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.web]
address = ":8000"
[entrypoints.api]
address = ":8081"
[providers]
[providers.etcd]
endpoint = "{{.EtcdHost}}:2379"
prefix = "/traefik"
watch = true
[api]
entryPoint = "api"

View file

@ -1,22 +0,0 @@
[log]
logLevel = "DEBUG"
[entrypoints]
[entrypoints.api]
address = ":8081"
[entrypoints.web]
address = ":8000"
[entrypoints.web-secure]
address = ":4443"
[entrypoints.web-secure.tls]
#[etcd]
# endpoint = "{{.EtcdHost}}:2379"
# prefix = "/traefik"
# watch = true
[api]
entryPoint = "api"