Files
Antifraude.Net/Antifraude.Net/ApiDenuncias/appsettings.json
2026-06-08 12:58:30 +02:00

70 lines
2.5 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DetailedApiErrors": true,
"Jwt": {
"Issuer": "ApiDenuncias",
"Audience": "GestionaDenunciasAN",
"SigningKey": "dev-local-api-denuncias-jwt-signing-key-please-change",
"ExpirationMinutes": 480,
"RequireHttpsMetadata": false
},
"ForceHttpsRedirection": false,
"KeyVault": {
"Enabled": true,
"VaultUrl": "https://oaaf-kv-pre.vault.azure.net",
"EncryptionKeySecretName": "denuncias-encryption-key",
"AllowLocalEncryptionKeyFallback": true
},
"ManualPurge": {
"BaseUrl": "https://func-keymgmt-pre.azurewebsites.net/api",
"FunctionUrl": "https://func-keymgmt-pre.azurewebsites.net/api/manual_purge",
"ForceRotateUrl": "https://func-keymgmt-pre.azurewebsites.net/api/force_rotate",
"FunctionKeySecretName": "purge-function-key",
"ReplaceOnManualPurge": true,
"RecoverPartialReplaceFailure": true,
"TimeoutSeconds": 30
},
"Encryption": {
"LocalDevelopmentKey": "presentacion-pre-denuncias-encryption-key-cambiar-antes-de-produccion"
},
"Gestiona": {
"ApiBase": "https://02.g3stiona.com",
"AccessToken": "_yr.xVvPOllsyd1TYZRxUxg__c",
"ExternalProcedureId": "82722c9b-cecc-4299-8a7b-ce5abeb8170b",
"CircuitTemplateId": "bb997758-7436-46ab-9dc3-50dce2e02cfa",
"CircuitSignerStampHref": "https://02.g3stiona.com/rest/organ-stamps/3c6eaab4-7fcd-4b21-8676-bf8719be5d36",
"CircuitSignerStampTitle": "oaaf-complaints-tramit",
"CircuitRecipientGroupHref": "https://02.g3stiona.com/rest/groups/454fa4ec-8b82-4240-9419-113f45d4b004",
"CircuitVersion": "2",
"UserLink": "https://02.g3stiona.com/rest/users/0c168833-8e27-4695-a301-b79924031f63",
"GroupLink": "https://02.g3stiona.com/rest/groups/6dbfc433-1eb6-4b9a-a533-bfebc652c101",
"Location": "2.02.01"
},
"GlobalLeaks": {
"BaseUrl": "https://prebuzon.antifraudeandalucia.es",
"HostHeader": "",
"AllowInvalidCertificate": true,
"TimeoutSeconds": 120,
"MaxDownloadBytes": 524288000
},
"ComplaintStorage": {
"ConnectionString": "",
"UseKeyVault": true,
"HostSecretName": "bbdd-host",
"UserSecretName": "bbdd-user",
"PasswordSecretName": "bbdd-password",
"DatabaseSecretName": "bbdd-name",
"PortSecretName": "bbdd-port",
"SslModeSecretName": "bbdd-ssl-mode",
"DefaultPort": 3306,
"DefaultSslMode": "Required",
"AutoCreateSchema": true
}
}