... how to configure MoSKito with external configuration file, via ConfigureMe system. |
The UsageMode setting can take one of two values: PERSONAL or SHARED. The difference between the usage modes is in server connectivity. In Personal usage mode the server connect is application wide, in Shared usage mode - bound to user session.
Personal usage mode suggests that the user is using its own copy of moskito inspect without interference with others.
"usageMode": "PERSONAL" |
Multiple users are sharing one copy of moskito inspect.
"usageMode": "SHARED" |