Corregir notificaicon check
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user