parse config regardless of supervised / unsupervised

This commit is contained in:
A.Unger
2021-10-31 00:30:48 +02:00
parent 18b55367fa
commit 7df000d06f
3 changed files with 12 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#log:
# level: debug
# color: false
# pretty: false
log:
level: info
color: true
pretty: true
http:
addr: "${PROXY_HTTP_ADDR|localhost:2222}"