|
|
@ -22,6 +22,7 @@ |
|
|
|
<EnvironmentVariables> |
|
|
|
<EnvironmentVariable Name="ASPNETCORE_ENVIRONMENT" Value="Development"/> |
|
|
|
<EnvironmentVariable Name="ASPNETCORE_URLS" Value="http://0.0.0.0:80"/> |
|
|
|
<EnvironmentVariable Name="PATH_BASE" Value="/eShopOnServiceFabric/WebMVC"/> |
|
|
|
<EnvironmentVariable Name="CatalogUrl" Value="http://catalogapi.eshoponservicefabric:5101"/> |
|
|
|
<EnvironmentVariable Name="OrderingUrl" Value="http://orderingapi.eshoponservicefabric:5102"/> |
|
|
|
<EnvironmentVariable Name="BasketUrl" Value="http://basketapi.eshoponservicefabric:5103"/> |
|
|
|