Compare commits
2 Commits
d4074cf01e
...
7d0319462e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d0319462e | ||
|
|
1946484fd6 |
4
.gitignore
vendored
4
.gitignore
vendored
@@ -304,3 +304,7 @@ cython_debug/
|
||||
|
||||
# Docker volumes
|
||||
postgres_data*/
|
||||
|
||||
exports/*
|
||||
|
||||
.junie
|
||||
@@ -63,7 +63,7 @@ class Settings(BaseSettings):
|
||||
ACCESS_TOKEN_EXPIRE_MINUTES: int = 1440 # 1 day
|
||||
|
||||
# CORS configuration
|
||||
BACKEND_CORS_ORIGINS: List[str] = ["http://localhost:3000"]
|
||||
BACKEND_CORS_ORIGINS: List[str] = ["http://localhost:3000", "https://eventspace.pragmazest.com"]
|
||||
|
||||
# Admin user
|
||||
FIRST_SUPERUSER_EMAIL: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user