fix: configuration for integration tests.
This commit is contained in:
parent
ee0e014617
commit
0750235712
65 changed files with 297 additions and 124 deletions
|
@ -1,30 +1,23 @@
|
|||
################################################################
|
||||
# Global configuration
|
||||
################################################################
|
||||
[accessLog]
|
||||
filePath = "access.log"
|
||||
[global]
|
||||
checkNewVersion = false
|
||||
sendAnonymousUsage = false
|
||||
|
||||
[log]
|
||||
filePath = "traefik.log"
|
||||
logLevel = "ERROR"
|
||||
|
||||
[accessLog]
|
||||
filePath = "access.log"
|
||||
|
||||
[entrypoints]
|
||||
[entrypoints.web]
|
||||
address = ":8000"
|
||||
[entrypoints.api]
|
||||
address = ":7888"
|
||||
|
||||
checkNewVersion = false
|
||||
|
||||
################################################################
|
||||
# Api configuration backend
|
||||
################################################################
|
||||
[api]
|
||||
entryPoint = "api"
|
||||
|
||||
################################################################
|
||||
# File configuration backend
|
||||
################################################################
|
||||
[providers]
|
||||
[providers.file]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue