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.

17 lines
682 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <Servers>
  4. <MvcWebServer url="http://localhost:5100" />
  5. <CatalogApiServer url="http://localhost:5101" />
  6. <OrderingApiServer url="http://localhost:5102" />
  7. <BasketApiServer url="http://localhost:5103" />
  8. <IdentityApiServer url="http://localhost:5105" />
  9. <LocationsApiServer url="http://localhost:5109" />
  10. <MarketingApiServer url="http://localhost:5110" />
  11. </Servers>
  12. <ApiVersion value="v1"/>
  13. <ClientId value="mvctest" />
  14. <RequestId value="73f9ee11-e373-4ce0-a557-6d4d8f8f44db"/>
  15. <Users>
  16. <User email="demouser@microsoft.com" password="Pass@word1" id="" />
  17. </Users>
  18. </configuration>