The multitenant configuration section configures Loupe Server Enterprise Edition. If using Standard Edition, omit this configuration section. The following options can be specified:
| Option | Description | Default Value | Required |
|---|---|---|---|
| enabled | Enables multitenant (Enterprise Edition) | false | true |
| managementConnectionString |
The SQL Server connection string for the core repository. |
"" | true |
| serverName |
The server name to use for this computer when looking up configuration in the management repository |
"" | false |
The Server.Config file is an XML formatted file with a section for email.
| Server.Config |
Copy Code
|
|---|---|
<?xml version="1.0" encoding="utf-8"?> <gibraltar> <multitenant enabled="True" managementConnectionString="(a full sql server connection string)" /> </gibraltar> |
|
To set the configuration through environment variables (like for hosting in an Azure App Service), the configuration items use the format:
Loupe__Server__Multitenant__{Option}
For example, to set the connection string use Loupe__Server__Multitenant__ManagementConnectionString