mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 23:53:58 +02:00
adjust config options of backend
This commit is contained in:
@@ -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] = []
|
||||
|
||||
Reference in New Issue
Block a user