Core.Thalos.Service.API/Core.Thalos.Service.API/appsettings.Local.json
Sergio Matias Urquin 87fa0e67ef Point thalos vault
2025-08-30 21:18:08 -06:00

26 lines
517 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LocalGateways": {
"ThalosDAL": "https://localhost:44359/api"
},
"ServiceSettings": {
"ApplicationName": "thalos",
"LayerName": "service"
},
"Vault": {
"Address": "https://vault.dream-views.com/:8200",
"Token": "hvs.X11GqTbPzz4i5O4p6Mcduz7p",
"SecretMount": "thalos"
},
"IdentityProviders": {
"Google": true,
"Azure": false
}
}