update app settings

This commit is contained in:
Sergio Matias Urquin
2025-08-29 15:17:15 -06:00
parent 4dc7e9f429
commit 3b2c8906eb
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": true,
"launchUrl": "swagger", "launchUrl": "swagger",
"applicationUrl": "https://localhost:7253;http://localhost:5145", "applicationUrl": "https://localhost:44312;http://localhost:5145",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Local" "ASPNETCORE_ENVIRONMENT": "Local"
} }

View File

@@ -7,7 +7,7 @@
}, },
"AllowedHosts": "*", "AllowedHosts": "*",
"LocalGateways": { "LocalGateways": {
"ThalosDAL": "https://localhost:7031/api" "ThalosDAL": "https://localhost:44359/api"
}, },
"ServiceSettings": { "ServiceSettings": {
"ApplicationName": "thalos", "ApplicationName": "thalos",
@@ -15,11 +15,11 @@
}, },
"Vault": { "Vault": {
"Address": "http://100.123.31.103:8200", "Address": "http://100.123.31.103:8200",
"Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm", "Token": "hvs.kLjCgmm6ABeuwJNFYma9kDdy",
"SecretMount": "secret" "SecretMount": "secret"
}, },
"IdentityProviders": { "IdentityProviders": {
"Google": true, "Google": true,
"Azure": true "Azure": false
} }
} }