Update insecure endpoints to SSL/TLS encrypted HTTPS endpoints
This commit is contained in:
parent
f5c12d6018
commit
a62648bac9
@ -3,6 +3,6 @@
|
||||
"basket": "http://localhost:55105",
|
||||
"catalog": "http://localhost:55101",
|
||||
"orders": "http://localhost:55102",
|
||||
"identity": "http://localhost:55105"
|
||||
"identity": "https://localhost:54105"
|
||||
}
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
"basket": "http://localhost:55105",
|
||||
"catalog": "http://localhost:55101",
|
||||
"orders": "http://localhost:55102",
|
||||
"identity": "http://localhost:55105"
|
||||
"identity": "https://localhost:54105"
|
||||
}
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"ConnectionString": "127.0.0.1",
|
||||
"AzureServiceBusEnabled": false,
|
||||
"SubscriptionClientName": "Basket",
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;",
|
||||
"IsClusterEnv": "False",
|
||||
"MvcClient": "http://localhost:5100",
|
||||
"SpaClient": "http://localhost:5104",
|
||||
"XamarinCallback": "http://localhost:5105/xamarincallback",
|
||||
"MvcClient": "https://localhost:4100",
|
||||
"SpaClient": "https://localhost:4104",
|
||||
"XamarinCallback": "https://localhost:4105/xamarincallback",
|
||||
"UseCustomizationData": false,
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"ConnectionString": "mongodb://nosql.data",
|
||||
"Database": "LocationsDb",
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
|
@ -8,7 +8,7 @@
|
||||
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word",
|
||||
"MongoConnectionString": "mongodb://nosql.data",
|
||||
"MongoDatabase": "MarketingDb",
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"PicBaseUrl": "http://localhost:5110/api/v1/campaigns/[0]/pic/",
|
||||
"AzureServiceBusEnabled": false,
|
||||
"SubscriptionClientName": "Marketing",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"UseCustomizationData": false,
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"Logging": {
|
||||
"IncludeScopes": false,
|
||||
"LogLevel": {
|
||||
|
@ -3,8 +3,8 @@
|
||||
"OrderingUrl": "http://localhost:5102",
|
||||
"BasketUrl": "http://localhost:5103",
|
||||
"MarketingUrl": "http://localhost:5110",
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"CallBackUrl": "http://localhost:5100/",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"CallBackUrl": "https://localhost:4100/",
|
||||
"LocationsUrl": "http://localhost:5109/",
|
||||
"IsClusterEnv": "False",
|
||||
"UseResilientHttp": "True",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"IdentityUrl": "http://localhost:5105",
|
||||
"IdentityUrl": "https://localhost:4105",
|
||||
"MarketingUrl": "http://localhost:5110",
|
||||
"CallBackUrl": "http://localhost:5104/",
|
||||
"CallBackUrl": "https://localhost:4104/",
|
||||
"PurchaseUrl": "http://localhost:5200",
|
||||
"UseCustomizationData": true,
|
||||
"IsClusterEnv": "False",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"OrderingBackgroundTasksUrl": "http://localhost:5111/hc",
|
||||
"BasketUrl": "http://localhost:5103/hc",
|
||||
"CatalogUrl": "http://localhost:5101/hc",
|
||||
"IdentityUrl": "http://localhost:5105/hc",
|
||||
"IdentityUrl": "https://localhost:4105/hc",
|
||||
"MarketingUrl": "http://localhost:5110/hc",
|
||||
"LocationsUrl": "http://localhost:5109/hc",
|
||||
"PaymentUrl": "http://localhost:5108/hc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user