test: add pyinstrument profiler (#3955)

This commit is contained in:
dni ⚡
2026-05-07 17:15:53 +02:00
committed by GitHub
parent 9edc4786e1
commit 8b426efa3e
7 changed files with 141 additions and 3 deletions
+1
View File
@@ -1009,6 +1009,7 @@ class EnvSettings(LNbitsSettings):
debug: bool = Field(default=False)
debug_database: bool = Field(default=False)
bundle_assets: bool = Field(default=True)
profiler: bool = Field(default=False)
# When enabled, auth cookies require HTTPS and SSO will reject insecure HTTP.
auth_https_only: bool = Field(default=True)
host: str = Field(default="127.0.0.1")