This commit is contained in:
2026-06-09 21:28:53 +12:00
parent daa6e60a69
commit 349e4a4b5b
61 changed files with 6404 additions and 1382 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class Settings:
@classmethod
def from_env(cls) -> "Settings":
settings = cls(
app_name=os.getenv("APP_NAME", "Data Entry App API"),
app_name=os.getenv("APP_NAME", "Hunter App"),
app_env=os.getenv("APP_ENV", os.getenv("ENVIRONMENT", "development")),
host=os.getenv("HOST", "0.0.0.0"),
port=int(os.getenv("PORT", "8000")),