From 0663b7d4d5bd20b469acd2a067a3f8687e544f26 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sat, 28 Dec 2024 17:42:48 +0300 Subject: [PATCH] fix discrepancy --- CONFIG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONFIG.md b/CONFIG.md index 8cc790b..95b4ad7 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -37,7 +37,7 @@ custom_templates = "templates" # custom templates dir custom_static = "static" # custom static dir # see CUSTOM.md for documentation [http] -host = "0.0.0.0" # ip to listen on +host = "::" # ip to listen on port = 3000 # port to listen on [cache]