From 96476044387e98ee1ee7a6eb992b521bd447813c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Mar 2023 16:55:33 +0100 Subject: Renamed whiteboard to webchat --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index ce2fceb..53d400a 100644 --- a/config.h +++ b/config.h @@ -2,7 +2,7 @@ #include -const std::string default_config_filename{"/etc/whiteboard.conf"}; +const std::string default_config_filename{"/etc/webchat.conf"}; class Config { -- cgit v1.2.3