From 1243a4612f358827af0826f1bd5952aa0d8c87b2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 3 Feb 2022 19:59:32 +0100 Subject: [PATCH] Update config.conf.example --- conf/config.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.conf.example b/conf/config.conf.example index 81f760a..2ebcfb4 100644 --- a/conf/config.conf.example +++ b/conf/config.conf.example @@ -38,8 +38,8 @@ realname = "I am a webchat user" # The websocket / http server [server.1] -bind = "0.0.0.0" -port = 80 +bind = "127.0.0.1" +port = __PORT__ # Example TLS server #[server.2]