mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
11 lines
457 B
XML
11 lines
457 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ServiceDefinition name="OrchardCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
|
|
<WebRole name="Orchard.Azure.Web">
|
|
<ConfigurationSettings>
|
|
<Setting name="DataConnectionString" />
|
|
</ConfigurationSettings>
|
|
<InputEndpoints>
|
|
<InputEndpoint name="HttpIn" protocol="http" port="80" />
|
|
</InputEndpoints>
|
|
</WebRole>
|
|
</ServiceDefinition> |