mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
server: allow CORS credentials
This commit is contained in:
@@ -8,6 +8,7 @@ class Settings(BaseSettings):
|
||||
|
||||
# CORS
|
||||
CORS_ORIGIN: str = "*"
|
||||
CORS_ALLOW_CREDENTIALS: bool = False
|
||||
|
||||
# Database
|
||||
DATABASE_URL: str = "sqlite:///./reflector.sqlite3"
|
||||
|
||||
Reference in New Issue
Block a user