Last change
on this file since 9032 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:
574 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <ServiceDefinition name="HeuristicLab.Clients.Hive.Slave.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
|
---|
3 | <WorkerRole name="HeuristicLab.Clients.Hive.Slave.AzureClient-3.3" vmsize="Small">
|
---|
4 | <Imports>
|
---|
5 | <Import moduleName="Diagnostics" />
|
---|
6 | </Imports>
|
---|
7 | <ConfigurationSettings>
|
---|
8 | <Setting name="HiveServerAddress" />
|
---|
9 | <Setting name="HiveServerCertifcateEncodedValue" />
|
---|
10 | </ConfigurationSettings>
|
---|
11 | </WorkerRole>
|
---|
12 | </ServiceDefinition> |
---|
Note: See
TracBrowser
for help on using the repository browser.