From 29403b8ef8a5275646161e7f5db4035e23d08281 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:21:38 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/ui/cordova/www/js/config.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 js/ui/cordova/www/js/config.js diff --git a/js/ui/cordova/www/js/config.js b/js/ui/cordova/www/js/config.js new file mode 100644 index 0000000..14444e2 --- /dev/null +++ b/js/ui/cordova/www/js/config.js @@ -0,0 +1,23 @@ +jamConfig = { + startJam : true, + startNetwork : false, + loadAgents : ['chat.js'], + startAgents : {chat:{demo:false}}, + network:[ + {ip:"localhost",ipport:10001,enable:true}, + {ip:"192.168.0.100",ipport:10001,enable:false}, + {}, + {} + ], + capabilities : [ + "", + "", + "", + "" + ], + log:{agent:true,parent:false,time:false,Time:true,class:false}, // Message flags: agent parent time class + default : false, + verbose : 0, + popupLevel : 1, +} +