Fix start service managment and listen only on localhost

This commit is contained in:
Josué Tille
2020-03-27 13:55:02 +01:00
parent c87d5a3c66
commit f933d40896
5 changed files with 5 additions and 4 deletions

View File

@ -20,6 +20,7 @@ FORCE_PRIVATE = false
[server]
DOMAIN = __DOMAIN__
HTTP_PORT = __PORT__
HTTP_ADDR = 127.0.0.1
ROOT_URL = https://__URL__/
DISABLE_SSH = false
SSH_PORT = __SSH_PORT__