From 430c9116b56e607dc236a17fe031835db6886371 Mon Sep 17 00:00:00 2001
From: mcmlxxix <>
Date: Tue, 26 Jul 2011 19:23:55 +0000
Subject: [PATCH] add jsonbs and jsonchat sections

---
 ctrl/modopts.ini | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini
index 31336eed39..c4515b8fad 100644
--- a/ctrl/modopts.ini
+++ b/ctrl/modopts.ini
@@ -24,4 +24,17 @@
 ; If you want to allow flash clients to connect to additional ports, add them here as a comma
 ; separated list (e.g. 21,25).  
 ; NOTE: Telnet, RLogin and SSH ports are already allowed, so do not need to be listed here
-	extra_ports=
\ No newline at end of file
+	extra_ports=
+	
+[jsonchat]
+;see exec/load/json-server.js for help setting up a chat server
+	host = bbs.thebrokenbubble.com
+;default host: bbs.thebrokenbubble.com
+	port = 10088
+;default port: 10088
+
+[jsondb]
+;database save interval (in seconds)
+	save_interval = 300
+;keep data file human readable?
+	readable = false
\ No newline at end of file
-- 
GitLab