Updated marketing.api service fabric env. vars
This commit is contained in:
parent
83f8bd8f5b
commit
4a8cd4d3bb
@ -34,9 +34,11 @@
|
|||||||
<EnvironmentVariable Name="EventBusUserName" Value="admin"/>
|
<EnvironmentVariable Name="EventBusUserName" Value="admin"/>
|
||||||
<EnvironmentVariable Name="EventBusPassword" Value="password"/>
|
<EnvironmentVariable Name="EventBusPassword" Value="password"/>
|
||||||
<EnvironmentVariable Name="PATH_BASE" Value="/eShopOnServiceFabric/MarketingApi"/>
|
<EnvironmentVariable Name="PATH_BASE" Value="/eShopOnServiceFabric/MarketingApi"/>
|
||||||
|
<EnvironmentVariable Name="MongoConnectionString" Value="mongodb://mongodb.eshoponservicefabric"/>
|
||||||
|
<EnvironmentVariable Name="MongoDatabase" Value="MarketingDb"/>
|
||||||
</EnvironmentVariables>
|
</EnvironmentVariables>
|
||||||
</CodePackage>
|
</CodePackage>
|
||||||
|
|
||||||
<!-- Config package is the contents of the Config directoy under PackageRoot that contains an
|
<!-- Config package is the contents of the Config directoy under PackageRoot that contains an
|
||||||
independently-updateable and versioned set of custom configuration settings for your service. -->
|
independently-updateable and versioned set of custom configuration settings for your service. -->
|
||||||
<ConfigPackage Name="Config" Version="1.0.0" />
|
<ConfigPackage Name="Config" Version="1.0.0" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user