adjust config options of backend

This commit is contained in:
maxDorninger
2025-07-17 16:38:25 +02:00
parent 81c8381a90
commit c2b7440bdd
2 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ class BasicConfig(BaseSettings):
frontend_url: AnyHttpUrl = "http://localhost:3000/web/"
cors_urls: list[str] = []
development: bool = False
api_base_path: str = "/api/v1"
tv_libraries: list[LibraryItem] = []
movie_libraries: list[LibraryItem] = []