Update config.dev.toml

change default nodejs origin listed in cors urls to http

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Maximilian Dorninger
2025-07-18 21:32:54 +02:00
committed by GitHub
parent c15b83f77e
commit c13ae25d3d

View File

@@ -8,7 +8,7 @@
[misc]
# it's very likely that you need to change this for MediaManager to work
frontend_url = "http://localhost:5173/" # note the trailing slash
cors_urls = ["http://localhost:8000", "https://localhost:5173"] # note the lack of a trailing slash
cors_urls = ["http://localhost:8000", "http://localhost:5173"] # note the lack of a trailing slash
image_directory = "/data/images"
tv_directory = "/data/tv"