26 lines
506 B
JSON
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
|
|
}
|
|
}
|