diff --git a/config.toml b/config.dev.toml similarity index 94% rename from config.toml rename to config.dev.toml index 44d45b4..5094b67 100644 --- a/config.toml +++ b/config.dev.toml @@ -1,4 +1,4 @@ -# MediaManager Example Configuration File +# MediaManager Dev Configuration File # This file contains all available configuration options for MediaManager # Documentation: https://maxdorninger.github.io/MediaManager/introduction.html # @@ -7,8 +7,8 @@ [misc] # it's very likely that you need to change this for MediaManager to work -frontend_url = "http://localhost:8000/web/" # note the trailing slash -cors_urls = ["http://localhost:8000"] # note the lack of a trailing slash +frontend_url = "http://localhost:5173/" # note the trailing slash +cors_urls = ["http://localhost:8000", "https://localhost:5173"] # note the lack of a trailing slash image_directory = "/data/images" tv_directory = "/data/tv" @@ -16,7 +16,7 @@ movie_directory = "/data/movies" torrent_directory = "/data/torrents" # this is where MediaManager will search for the downloaded torrents and usenet files # you probaly don't need to change this -development = false +development = true # Custom Media Libraries # These paths should match your volume mounts in docker-compose.yaml