Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Cloud.cscfg @ 8251

Last change on this file since 8251 was 8251, checked in by spimming, 12 years ago

#1888:

  • Change hive server from service configuration file
  • Created service configuration settings for server address and certificate
  • Added HeuristicLab.Clients.Hive-3.3 project to solution
File size: 681 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ServiceConfiguration serviceName="HeuristicLab.Clients.Hive.Slave.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*" schemaVersion="2012-05.1.7">
3  <Role name="HeuristicLab.Clients.Hive.Slave.AzureClient-3.3">
4    <Instances count="1" />
5    <ConfigurationSettings>
6      <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
7      <Setting name="HiveServerAddress" value="" />
8      <Setting name="HiveServerCertifcateEncodedValue" value="" />
9    </ConfigurationSettings>
10  </Role>
11</ServiceConfiguration>
Note: See TracBrowser for help on using the repository browser.