Skip to content

Commit 4a8cd4d

Browse files
committed
Updated marketing.api service fabric env. vars
1 parent 83f8bd8 commit 4a8cd4d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ServiceFabric/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@
3434
<EnvironmentVariable Name="EventBusUserName" Value="admin"/>
3535
<EnvironmentVariable Name="EventBusPassword" Value="password"/>
3636
<EnvironmentVariable Name="PATH_BASE" Value="/eShopOnServiceFabric/MarketingApi"/>
37+
<EnvironmentVariable Name="MongoConnectionString" Value="mongodb://mongodb.eshoponservicefabric"/>
38+
<EnvironmentVariable Name="MongoDatabase" Value="MarketingDb"/>
3739
</EnvironmentVariables>
3840
</CodePackage>
39-
41+
4042
<!-- Config package is the contents of the Config directoy under PackageRoot that contains an
4143
independently-updateable and versioned set of custom configuration settings for your service. -->
4244
<ConfigPackage Name="Config" Version="1.0.0" />

0 commit comments

Comments
 (0)