summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index ce2fceb..53d400a 100644
--- a/config.h
+++ b/config.h
@@ -2,7 +2,7 @@
#include <string>
-const std::string default_config_filename{"/etc/whiteboard.conf"};
+const std::string default_config_filename{"/etc/webchat.conf"};
class Config
{