There was an error while loading. Please reload this page.
1 parent 5dd96f4 commit 2b0c15dCopy full SHA for 2b0c15d
1 file changed
backend/src/acidwatch_api/settings.py
@@ -17,13 +17,10 @@ class Settings(BaseSettings):
17
backend_client_secret: str | None = None
18
backend_api_scope: str = "api://456cc109-08d7-4c11-bf2e-a7b26660f99e/AcidWatch.User"
19
20
- tocomo_api_base_uri: str | None = None
21
arcs_api_base_uri: str | None = None
22
- arcs_exp_api_base_uri: str | None = None
23
phpitz_api_base_uri: str | None = None
24
25
tenant_id: str = "3aa4a235-b6e2-48d5-9195-7fcf05b459b0"
26
- connection_string: str = "local"
27
frontend_uri: str = "http://localhost:5173"
28
29
applicationinsights_connection_string: str | None = None
0 commit comments