diff --git a/ctrl/modopts.ini b/ctrl/modopts.ini index 31336eed39da767c0202949d7be49261bae4b34f..c4515b8fad33dc42eaed3ce8f7f9904390582803 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