added port and domain option
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
All checks were successful
Deploy FluentGerman.ai / deploy (push) Successful in 50s
This commit is contained in:
@@ -11,6 +11,8 @@ class Settings(BaseSettings):
|
|||||||
|
|
||||||
# App
|
# App
|
||||||
app_name: str = "FluentGerman.ai"
|
app_name: str = "FluentGerman.ai"
|
||||||
|
app_port: int = 8999
|
||||||
|
app_domain: str = ""
|
||||||
debug: bool = False
|
debug: bool = False
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
|
|||||||
Reference in New Issue
Block a user