From 4c94910b8cdfdd654adefde44d74181cccb8f323 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 23 Sep 2023 19:49:08 +0200 Subject: [PATCH] remove hostname https://framagit.org/les/gancio/-/blob/master/server/config.js?ref_type=heads#L42 --- conf/config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 7330de9..2d8f59c 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,6 +1,5 @@ { "baseurl": "__DOMAIN__", - "hostname": "__DOMAIN__", "server": { "host": "localhost", "port": "__PORT__"