added port and domain option
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s

This commit is contained in:
2026-02-12 22:14:22 +01:00
parent 1406c95fea
commit 8e9a85b93f

View File

@@ -11,6 +11,8 @@ class Settings(BaseSettings):
# App
app_name: str = "FluentGerman.ai"
app_port: int = 8999
app_domain: str = ""
debug: bool = False
# Security