From a5b6bf3a25a1abe3438c3166c00e5a890702b941 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 8 Jan 2026 12:30:43 +0100 Subject: [PATCH] Modificaciones en el perfil de test --- src/main/resources/application-test.properties | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.properties b/src/main/resources/application-test.properties index b5c94ee..fdf70dc 100644 --- a/src/main/resources/application-test.properties +++ b/src/main/resources/application-test.properties @@ -18,6 +18,8 @@ server.error.include-binding-errors=never # Opcional: desactivar Whitelabel y servir tu propia página de error server.error.whitelabel.enabled=false +# Servelet options +server.servlet.context-path=/intranet # Archivo principal dentro del contenedor (monta /var/log/imprimelibros como volumen) logging.file.name=/var/log/imprimelibros/erp.log @@ -42,6 +44,6 @@ safekat.api.password=Safekat2024 redsys.environment=test redsys.url=https://sis-t.redsys.es:25443/sis/realizarPago redsys.refund.url=https://sis-t.redsys.es:25443/sis/rest/trataPeticionREST -redsys.urls.ok=https://imprimelibros.jjimenez.eu/pagos/redsys/ok -redsys.urls.ko=https://imprimelibros.jjimenez.eu/pagos/redsys/ko -redsys.urls.notify=https://imprimelibros.jjimenez.eu/pagos/redsys/notify \ No newline at end of file +redsys.urls.ok=https://app.imprimelibros.com/intranet/pagos/redsys/ok +redsys.urls.ko=https://app.imprimelibros.com/intranet/pagos/redsys/ko +redsys.urls.notify=https://app.imprimelibros.com/intranet/pagos/redsys/notify \ No newline at end of file