fix: default port wrong field
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-28 22:21:41 +03:00
parent 3a6ce19ffe
commit f55c540b1c

View File

@ -3,8 +3,8 @@ config:
domain: "" domain: ""
urlPath: "" urlPath: ""
host: "" host: ""
port: "" port: "3000"
path: "3000" path: ""
loglevel: "" loglevel: ""
urlAddPort: "" urlAddPort: ""
useSSL: "" useSSL: ""