We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83f8bd8 commit 4a8cd4dCopy full SHA for 4a8cd4d
1 file changed
ServiceFabric/eShopOnServiceFabric/ApplicationPackageRoot/MarketingApiPkg/ServiceManifest.xml
@@ -34,9 +34,11 @@
34
<EnvironmentVariable Name="EventBusUserName" Value="admin"/>
35
<EnvironmentVariable Name="EventBusPassword" Value="password"/>
36
<EnvironmentVariable Name="PATH_BASE" Value="/eShopOnServiceFabric/MarketingApi"/>
37
+ <EnvironmentVariable Name="MongoConnectionString" Value="mongodb://mongodb.eshoponservicefabric"/>
38
+ <EnvironmentVariable Name="MongoDatabase" Value="MarketingDb"/>
39
</EnvironmentVariables>
40
</CodePackage>
-
41
+
42
<!-- Config package is the contents of the Config directoy under PackageRoot that contains an
43
independently-updateable and versioned set of custom configuration settings for your service. -->
44
<ConfigPackage Name="Config" Version="1.0.0" />
0 commit comments