From 6a2c9b88f18b3087e43c9204c87b4407ab3e5b5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 May 2024 10:32:23 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 6100205..5799b32 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,7 @@ { "baseurl": "https://__DOMAIN__", "server": { - "host": "localhost", + "host": "127.0.0.1", "port": "__PORT__" }, "log_level": "debug",