chore: add default config param

This commit is contained in:
Ferdinand Mütsch 2021-06-23 18:45:58 +02:00
parent c66605d463
commit 312dfb36d8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ env: production
server:
listen_ipv4: 127.0.0.1 # leave blank to disable ipv4
listen_ipv6: ::1 # leave blank to disable ipv6
listen_socket: # leave blank to disable unix sockets
tls_cert_path: # leave blank to not use https
tls_key_path: # leave blank to not use https
port: 3000