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.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.cpp') diff --git a/config.cpp b/config.cpp index afb5cd2..15159a3 100644 --- a/config.cpp +++ b/config.cpp @@ -10,7 +10,7 @@ namespace pt = boost::property_tree; using namespace std::string_literals; namespace { - const std::string default_datapath {"/var/lib/whiteboard"}; + const std::string default_datapath {"/var/lib/webchat"}; const uint64_t default_maxage{0}; // timeout in seconds; 0 = no timeout const std::string default_listen {"::1:9000"}; const int default_threads{1}; -- cgit v1.2.3