From 273b0dd73624d735cfab4a8117538b8b8f9a3c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 10 Jun 2023 13:50:22 +0200 Subject: [PATCH] fix --- conf/isso.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/isso.cfg b/conf/isso.cfg index 0660821..7f0848a 100644 --- a/conf/isso.cfg +++ b/conf/isso.cfg @@ -5,7 +5,7 @@ purge-after = 69d [general] dbpath = __DATA_DIR__/comments.db -host = __TARGETDOMAIN__ +host = __TARGET_DOMAIN__ notify = smtp gravatar = true @@ -21,7 +21,7 @@ from = "Isso Comments" timeout = 10 [server] -listen = http://localhost:__PORT__ +listen = http://127.0.0.1:__PORT__ public-endpoint = [guard]