diff --git a/config.sample.ini b/config.sample.ini
index 22a5b08..44b8bb7 100644
--- a/config.sample.ini
+++ b/config.sample.ini
@@ -1,3 +1,6 @@
+[globals]
+;debug=1
+
 [yahoomessenger]
 username=PLEASE_CHANGE_ME
 password=PLEASE_CHANGE_ME
@@ -5,6 +8,7 @@ admin=PLEASE_CHANGE_ME
 report_to=PLEASE_CHANGE_ME
 report_message=PLEASE_CHANGE_ME
 status=PLEASE_CHANGE_ME
+keepalive_interval=60
 
 [db]
 host=PLEASE_CHANGE_ME
@@ -12,6 +16,5 @@ name=PLEASE_CHANGE_ME
 username=PLEASE_CHANGE_ME
 password=PLEASE_CHANGE_ME
 
-
 [httpserver]
 listen_port=18881