move web server to loopback by default

This commit is contained in:
2021-08-11 02:02:18 +03:00
parent 50af309c80
commit db52b8e844
3 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@ target =
target =
[email]
host = 0.0.0.0
host = 127.0.0.1
link_path =
no_empty_report = no
port = 587
@ -54,5 +54,5 @@ region = eu-central-1
secret_key =
[web]
host = 0.0.0.0
host = 127.0.0.1
templates = ../web/templates