Could not add contacts to a distribution lists Create mailbox: room and equipment showed as numbers Create Hosting Space: alignment of the hostname textbox Webpointers: blank hostname did not register as dns alias Webpublishing: generation of user name, username was not showing domain part BackupWizard: ensured progress bar is at 100% when task is completed Change mailbox plan did not update the size indicator setup instruction tab is shown when there is no setup template
23 lines
1.2 KiB
XML
23 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<!-- Connection strings -->
|
|
<connectionStrings>
|
|
<add name="EnterpriseServer" connectionString="server=HSTPROV01;database=WebsitePanelMerge;uid=WebsitePanel;pwd=aj7ep6fyhmw3b5qeth7c;" providerName="System.Data.SqlClient" />
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="AD.Username" value="HOSTING\Administrator"/>
|
|
<add key="AD.Password" value="P@ssw0rd"/>
|
|
<add key="AD.DomainController" value="HSTAD01.hosting.local"/>
|
|
<!-- Encryption util settings -->
|
|
<add key="WebsitePanel.CryptoKey" value="3x7eqt7zabc5n5afs6dg"/>
|
|
<!-- Encryption -->
|
|
<add key="WebsitePanel.EncryptionEnabled" value="true"/>
|
|
<!-- Web Applications -->
|
|
<add key="WebsitePanel.EnterpriseServer.WebApplicationsPath" value="~/WebApplications"/>
|
|
<!-- Communication settings -->
|
|
<!-- Maximum waiting time when sending request to the remote server
|
|
The value is in seconds. "-1" - infinite. -->
|
|
<add key="WebsitePanel.EnterpriseServer.ServerRequestTimeout" value="3600"/>
|
|
<add key="ClientSettingsProvider.ServiceUri" value=""/>
|
|
</appSettings>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup></configuration>
|