appsetting

This commit is contained in:
2026-04-30 08:59:20 +02:00
parent 1d1211d372
commit 8c00e7f7cc

View File

@@ -1,5 +1,5 @@
{ {
"AllowedHosts": "rp-antifraude.tecnosis.online;crp-antifraude.tecnosis.online;localhost;127.0.0.1", "AllowedHosts": "registrodepersonal.antifraudeandalucia.es;rp-antifraude.tecnosis.online;crp-antifraude.tecnosis.online;localhost;127.0.0.1",
"SwaggerCC": "http://localhost:103/api/", "SwaggerCC": "http://localhost:103/api/",
"SwaggerVB": "http://localhost:888/", "SwaggerVB": "http://localhost:888/",
"CertificateLogin": { "CertificateLogin": {
@@ -12,7 +12,9 @@
"Ssl-Client-Cert" "Ssl-Client-Cert"
], ],
"AllowedParentOrigins": [ "AllowedParentOrigins": [
"https://rp-antifraude.tecnosis.online" "https://rp-antifraude.tecnosis.online",
"https://registrodepersonal.antifraudeandalucia.es",
"http://192.168.41.122:5000"
] ]
}, },
"ReverseProxy": { "ReverseProxy": {