Implement RecentlyOnScope domain digest
This commit is contained in:
parent
0ccbb13892
commit
bb985812e5
15 changed files with 1187 additions and 8 deletions
|
|
@ -11,6 +11,8 @@ class Settings(BaseSettings):
|
|||
database_url: str = "postgresql+asyncpg://custodian:changeme@127.0.0.1:5432/custodian"
|
||||
api_base: str = "http://127.0.0.1:8000"
|
||||
debug: bool = False
|
||||
state_hub_report_dir: str = "reports/recently-on-scope"
|
||||
state_hub_markitect_cli_path: str | None = None
|
||||
|
||||
|
||||
settings = Settings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue