summaryrefslogtreecommitdiffhomepage
path: root/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'config.cpp')
-rw-r--r--config.cpp2
1 files changed, 1 insertions, 1 deletions
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};