From ec8fade7389ee695b699391aa0455e0f421a1375 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Tue, 17 Mar 2015 16:59:46 +0700 Subject: [PATCH] additional entries on config sample --- config.sample.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.9.0