v0.1.12
This commit is contained in:
@@ -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")),
|
||||
|
||||
Reference in New Issue
Block a user