diff --git a/Core.Thalos.Service.API/Properties/launchSettings.json b/Core.Thalos.Service.API/Properties/launchSettings.json index a1f3921..ca697b4 100644 --- a/Core.Thalos.Service.API/Properties/launchSettings.json +++ b/Core.Thalos.Service.API/Properties/launchSettings.json @@ -24,7 +24,7 @@ "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", - "applicationUrl": "https://localhost:7253;http://localhost:5145", + "applicationUrl": "https://localhost:44312;http://localhost:5145", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Local" } diff --git a/Core.Thalos.Service.API/appsettings.Local.json b/Core.Thalos.Service.API/appsettings.Local.json index ffded8d..b05b01f 100644 --- a/Core.Thalos.Service.API/appsettings.Local.json +++ b/Core.Thalos.Service.API/appsettings.Local.json @@ -7,7 +7,7 @@ }, "AllowedHosts": "*", "LocalGateways": { - "ThalosDAL": "https://localhost:7031/api" + "ThalosDAL": "https://localhost:44359/api" }, "ServiceSettings": { "ApplicationName": "thalos", @@ -15,11 +15,11 @@ }, "Vault": { "Address": "http://100.123.31.103:8200", - "Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm", + "Token": "hvs.kLjCgmm6ABeuwJNFYma9kDdy", "SecretMount": "secret" }, "IdentityProviders": { "Google": true, - "Azure": true + "Azure": false } }