After reading this section, you will know...
... how to configure MoSKito with external configuration file, via ConfigureMe system.
In this section:
Sections
UsageMode
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
Personal usage mode suggests that the user is using its own copy of moskito inspect without interference with others.
"usageMode": "PERSONAL"
Shared
Multiple users are sharing one copy of moskito inspect.
"usageMode": "SHARED"