toolmanagement-tenant
SSL_CERT_DIR
| Type |
String |
| Description |
Directory for certificate authorities that should be accepted by the service. |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
DOTNET_APP_HTTP_PORT
| Type |
Int |
| Description |
Port that the application will be listening on. (Usually this is 2500) |
| Required |
Yes |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_Logging__LogLevel__Default
| Type |
String ('Debug', 'Information', 'Warning', 'Error' are supported) |
| Description |
The default loglevel. |
| Required |
No |
| Defaults to |
Information |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_ConnectionStrings__DefaultConnectionString
| Type |
String |
| Description |
The connectionstring to be used for the tenand id <> connectionstring mapping. |
| Required |
Yes (if in multi-tenant mode) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_DatabaseProvider
| Type |
String ('MsSql' and 'Oracle' are supported) |
| Description |
The database provider that should be used. |
| Required |
Yes (if in multi-tenant mode) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled
| Type |
Boolean |
| Description |
Whether the connection to RabbitMQ is enabled (TRUE) or disabled (FALSE) |
| Required |
No |
| Defaults to |
FALSE |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__UserName
| Type |
String |
| Description |
Username for the RabbitMQ connection. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__Password
| Type |
String |
| Description |
Password for the RabbitMQ connection. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__Port
| Type |
Int |
| Description |
Port for the RabbitMQ connection. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__Hostname
| Type |
String |
| Description |
Host for the RabbitMQ connection. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__SslEnabled
| Type |
Boolean |
| Description |
Whether the connection to RabbitMQ should be encrypted. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__ClientId
| Type |
String |
| Description |
Client id of Tool Management for the RabbitMQ connection. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqConfiguration__IsAutoRecovered
| Type |
Boolean |
| Description |
If the connection should be re-established when the client disconnects. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|
NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__RabbitMqSubscriberOptions__QueueSuffix
| Type |
String |
| Description |
Multiple Instances should share the same queue. This value is to identify the Tool Management installation in case multiple (independent) Tool Management installations will use the same RabbitMQ. |
| Required |
Yes (if NEXEED_TOOLMANAGEMENT_TENANT_RabbitMqOptions__Enabled is TRUE) |
| Defaults to |
- |
| Sources |
|