[8235] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <ServiceConfiguration serviceName="HeuristicLab.Services.Optimization" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
|
---|
[9508] | 3 | <Role name="HeuristicLab.Services.Optimization.Web">
|
---|
[8235] | 4 | <Instances count="1" />
|
---|
| 5 | <ConfigurationSettings>
|
---|
[9508] | 6 | <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=ADJUST_ME;AccountKey=ADJUST_ME"/>
|
---|
[8235] | 7 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
|
---|
[9508] | 8 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="hive" />
|
---|
[9371] | 9 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="ADJUST_ME" />
|
---|
| 10 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="ADJUST_ME" />
|
---|
[9508] | 11 | <Setting name="Cloudia.WindowsAzure.Storage" value="DefaultEndpointsProtocol=https;AccountName=ADJUST_ME;AccountKey=ADJUST_ME" />
|
---|
| 12 | <Setting name="HiveEndpointName" value="WSHttpBinding_Remote_IHiveService" />
|
---|
| 13 | <Setting name="ControllerEndpointName" value="WSHttpBinding_Remote_IControllerService" />
|
---|
[9588] | 14 | <Setting name="BillingEnabled" value="true" />
|
---|
[9508] | 15 | </ConfigurationSettings>
|
---|
| 16 | <Certificates>
|
---|
| 17 | <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
| 18 | <Certificate name="localhost" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
| 19 | </Certificates>
|
---|
| 20 | </Role>
|
---|
| 21 | <Role name="HeuristicLab.Services.Optimization.Scaler">
|
---|
| 22 | <Instances count="1" />
|
---|
| 23 | <ConfigurationSettings>
|
---|
| 24 | <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=ADJUST_ME;AccountKey=ADJUST_ME" />
|
---|
| 25 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
|
---|
| 26 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="hive" />
|
---|
| 27 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="ADJUST_ME" />
|
---|
| 28 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="ADJUST_ME" />
|
---|
[8235] | 29 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
|
---|
[9508] | 30 | <Setting name="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=ADJUST_ME;AccountKey=ADJUST_ME" />
|
---|
| 31 | <Setting name="TraceTable" value="ScalerTraceTable" />
|
---|
| 32 | <Setting name="TraceTableEnabled" value="false" />
|
---|
[8235] | 33 | </ConfigurationSettings>
|
---|
| 34 | <Certificates>
|
---|
[9371] | 35 | <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
[9508] | 36 | <Certificate name="Azure Service Management" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
[8235] | 37 | </Certificates>
|
---|
| 38 | </Role>
|
---|
[9508] | 39 | <Role name="HeuristicLab.Services.Hive.WebRole">
|
---|
[8384] | 40 | <Instances count="1" />
|
---|
| 41 | <ConfigurationSettings>
|
---|
[9508] | 42 | <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=ADJUST_ME;AccountKey=ADJUST_ME" />
|
---|
[8384] | 43 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
|
---|
| 44 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="hive" />
|
---|
[9371] | 45 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="ADJUST_ME" />
|
---|
| 46 | <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="ADJUST_ME" />
|
---|
[8384] | 47 | </ConfigurationSettings>
|
---|
| 48 | <Certificates>
|
---|
[9371] | 49 | <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
[9508] | 50 | <Certificate name="localhost" thumbprint="ADJUST_ME" thumbprintAlgorithm="sha1" />
|
---|
[8384] | 51 | </Certificates>
|
---|
| 52 | </Role>
|
---|
[9508] | 53 | </ServiceConfiguration>
|
---|