Fix: Recorte de URL Front Para Notificaciones.

This commit is contained in:
2026-02-13 15:07:16 -03:00
parent 9a2b5a5f91
commit 0ebb2b15e5
5 changed files with 27 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ services:
- ASPNETCORE_ENVIRONMENT=Production
- ASPNETCORE_HTTP_PORTS=8080
# Soportamos ambos: el dominio final y la IP de pruebas para CORS
- AppSettings__FrontendUrl=https://www.motoresargentinos.com,http://192.168.5.129:8086,http://localhost:5173
- AppSettings__FrontendUrl=https://motoresargentinos.com,http://192.168.5.129:8086,http://localhost:5173,https://clasificados.eldia.com
# Para links generados (pagos/confirmaciones), usamos la IP por ahora si vas a probar sin dominio
- AppSettings__BaseUrl=http://192.168.5.129:8086/api
networks:
@@ -28,7 +28,7 @@ services:
# Al usar Nginx como proxy, podemos usar rutas relativas desde el navegador
- VITE_API_BASE_URL=/api
- VITE_STATIC_BASE_URL=
- VITE_MP_PUBLIC_KEY=TEST-2c7996fc-da9a-4e40-b693-a5ab386ad88e
- VITE_MP_PUBLIC_KEY=APP_USR-12bbd874-5ea7-49cf-b9d9-0f3e7df089b3
container_name: motores-frontend
restart: always
ports: