Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:21:38 +02:00
parent e74967d289
commit 29403b8ef8

23
js/ui/cordova/www/js/config.js vendored Normal file
View File

@ -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,
}