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,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7253;http://localhost:5145",
"applicationUrl": "https://localhost:44312;http://localhost:5145",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Local"
}

View File

@ -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
}
}