Corregir notificaicon check

This commit is contained in:
2025-11-25 08:43:54 -03:00
parent 093256382c
commit ad59152cce
5 changed files with 124 additions and 4 deletions

View File

@@ -25,6 +25,9 @@ class Settings(BaseSettings):
# Environment
ENVIRONMENT: str = "development"
# Notificaciones
NOTIFICACION_ENDPOINT: str = ""
# CORS - Orígenes permitidos separados por coma
ALLOWED_ORIGINS: str = "http://localhost:3000,http://localhost:5173"