first examples of config parsing

This commit is contained in:
A.Unger
2021-10-29 16:15:35 +02:00
parent 34253fcae2
commit 94aeefb7fd
6 changed files with 89 additions and 70 deletions

View File

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