Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
e74967d289
commit
29403b8ef8
23
js/ui/cordova/www/js/config.js
vendored
Normal file
23
js/ui/cordova/www/js/config.js
vendored
Normal 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,
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user