Add host option (#588)

* Added option to configure host

* Updated sample config
This commit is contained in:
Xavier NUNN
2019-07-09 22:50:20 +02:00
committed by zadam
parent 3d7a5f20e7
commit dcebcb0e73
3 changed files with 17 additions and 2 deletions
+2
View File
@@ -3,6 +3,8 @@
instanceName=
[Network]
# host setting is relevant only for web deployments - set the host on which the server will listen
# host=0.0.0.0
# port setting is relevant only for web deployments, desktop builds run on random free port
port=8080
# true for TLS/SSL/HTTPS (secure), false for HTTP (unsecure).