Please add a tenant to the site by adding the following configuration to the appsettings.StagingTypeText.json file if missing and modify the data:
Fügen Sie der Site einen Mandanten hinzu, indem Sie der Datei appsettings.StagingTypeText.json die folgende Konfiguration hinzufügen, wenn sie noch nicht existiert und entsprechend anpassen:
{
"Esi": {
"StagingType": 0,
"TenantUpdate": {
"TenantId": "920B01CC-6586-43E1-8FBF-5ABC6FE5BD3C",
"ServerName": "localhost\\sqlexpress",
"CatalogName": "esiDB_Release_update",
"IntegratedSecurity": true,
"UserID": null,
"Password": null,
"HostName": "localhost",
"BaseDataLoaded": false,
"SampleDataLoaded": false,
"UpdateFlag": true
}
}
}
StagingTypes:
0 = Production
1 = Staging
2 = Development