Basic event management
This commit is contained in:
@@ -41,7 +41,7 @@ class Settings(BaseSettings):
|
||||
FRONTEND_URL: str = "http://localhost:3500"
|
||||
|
||||
# CORS
|
||||
BACKEND_CORS_ORIGINS: List[str] = ["http://localhost:3000", "http://localhost:8080"]
|
||||
BACKEND_CORS_ORIGINS: List[str] = ["http://localhost:3000", "http://localhost:8080", "https://members.sasalliance.org"]
|
||||
|
||||
# File Storage
|
||||
UPLOAD_DIR: str = "/app/uploads"
|
||||
|
||||
Reference in New Issue
Block a user