mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-28 06:41:43 +00:00
move web server to loopback by default
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user