Puestas de seguridad y limpieza de codigo
This commit is contained in:
@@ -44,7 +44,6 @@ class Settings(BaseSettings):
|
||||
SYNC_SECRET_TOKEN: str = "change-this-sync-token-in-production"
|
||||
CENTRAL_SERVER_URL: str = "http://localhost:8000/api/v1/core/help-center/sync/"
|
||||
SPOKE_URLS: str = "" # Comma separated list of Spoke URLs for Broadcast (Hub only)
|
||||
CLIENT_UUID: str = "" # Unique identifier for this Client instance (Spoke only)
|
||||
|
||||
# CORS
|
||||
CORS_ORIGINS: str = "http://localhost:5173,http://localhost:3000"
|
||||
|
||||
Reference in New Issue
Block a user