You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Application Name="fabric:/eShopOnServiceFabric" xmlns="http://schemas.microsoft.com/2011/01/fabric" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Parameters>
  4. <Parameter Name="BasketData_InstanceCount" Value="-1" />
  5. <Parameter Name="MarketingApi_InstanceCount" Value="-1" />
  6. <Parameter Name="MongoDB_InstanceCount" Value="-1" />
  7. <Parameter Name="LocationsApi_InstanceCount" Value="-1" />
  8. <Parameter Name="PaymentApi_InstanceCount" Value="-1" />
  9. <Parameter Name="RabbitMQ_InstanceCount" Value="-1" />
  10. <Parameter Name="SqlServer_InstanceCount" Value="-1" />
  11. <Parameter Name="SqlServer_InstanceCount" Value="-1" />
  12. <Parameter Name="OrderingApi_InstanceCount" Value="-1" />
  13. <Parameter Name="CatalogApi_InstanceCount" Value="-1" />
  14. <Parameter Name="BasketApi_InstanceCount" Value="-1" />
  15. <Parameter Name="IdentityUrlExternal" Value="http://#{your_sf_dns}#:5105" />
  16. <Parameter Name="PicBaseUrl" Value="http://#{your_sf_dns}#:19081/eShopOnServiceFabric/CatalogApi/api/v1/catalog/items/[0]/pic/" />
  17. </Parameters>
  18. </Application>