Core.Thalos.Service.API/Core.Thalos.Service.API/appsettings.Local.json
2025-07-27 19:33:19 -06:00

26 lines
506 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"LocalGateways": {
"ThalosDAL": "https://localhost:7031/api"
},
"ServiceSettings": {
"ApplicationName": "thalos",
"LayerName": "service"
},
"Vault": {
"Address": "http://100.123.31.103:8200",
"Token": "hvs.e37LQvLuPhTd5ALS5QQ03Cwm",
"SecretMount": "secret"
},
"IdentityProviders": {
"Google": true,
"Azure": true
}
}