fix(security): disable Swagger in prod, remove dead debug field, harden env config
This commit is contained in:
@@ -35,7 +35,6 @@ def _resolve_project_root() -> Path:
|
||||
class RuntimeSettings(BaseModel):
|
||||
environment: Literal["dev", "test", "prod"] = "dev"
|
||||
service_name: str = "app"
|
||||
debug: bool = True
|
||||
log_level: str = "INFO"
|
||||
log_json: bool = True
|
||||
log_rotation: Literal["time", "size", "none"] = "time"
|
||||
|
||||
Reference in New Issue
Block a user