From 9a887fb883a2c23051447c2c80b6d26768ddd740 Mon Sep 17 00:00:00 2001 From: odecif Date: Fri, 28 Oct 2022 11:21:49 +0200 Subject: [PATCH] Small config cleanup Removed apihost and replaced with api --- site/site.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/site.conf b/site/site.conf index 28a8a81..f300994 100644 --- a/site/site.conf +++ b/site/site.conf @@ -5,4 +5,4 @@ host = localhost port = 5500 [API] -apihost = 172.29.29.17 +host = 172.29.29.17 -- 2.47.3