update setting page

This commit is contained in:
Roberto Musso
2026-04-15 11:43:56 +02:00
parent 7ccdad431f
commit e668e3fd20
8 changed files with 276 additions and 3 deletions

View File

@@ -57,7 +57,13 @@ class Settings(BaseSettings):
# Generate with: from cryptography.fernet import Fernet; Fernet.generate_key()
OAUTH_ENCRYPTION_KEY: str = ""
CORS_ORIGINS: list[str] = ["app://.", "http://localhost:3000", "http://localhost:5173"]
CORS_ORIGINS: list[str] = [
"app://.",
"http://localhost:3000",
"http://localhost:5173",
"http://localhost:4173", # Vite preview (web SPA)
"https://app.adiuvai.com", # Production web portal
]
LANGFUSE_SECRET_KEY: str = ""
LANGFUSE_PUBLIC_KEY: str = ""