Add port configuration option

This commit is contained in:
april
2023-12-28 17:20:29 -06:00
parent e4f6298c27
commit 9d31a1af55
3 changed files with 8 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ class Settings(BaseSettings):
tailfin_admin_username: str = "admin"
tailfin_admin_password: str = "change-me-now"
tailfin_port: int = 8081
@lru_cache
def get_settings():