ISAM Agent Configuration
If you'll be using the ISAM Agent, it must be configured using the ISAMAgent property in MasterConfig.json.
Configuration Properties
| Property | Type | Description |
|---|---|---|
| AdminPassword | String | |
| EnableSwaggerUI | Boolean | |
| WaitForLock | Integer |
Example Configuration
{
"ISAMAgent": {
"AdminPassword": "p@ssw0rd",
"EnableSwaggerUI": true,
"WaitForLock": 2
}
}