22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"Auth": {
|
|
"Authority": "https://auth.seudominio.com/application/o/aegis/",
|
|
"Audience": "aegis-api"
|
|
},
|
|
"Aegis": {
|
|
"LabelKey": {
|
|
"ServerSecretB64": "COLOQUE_UM_BASE64_DE_PELO_MENOS_32_BYTES"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"AegisManifest": "Data Source=aegis_manifest.db;Cache=Shared;"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|