diff --git a/config.toml b/config.toml index b5a3d0f..72292a3 100644 --- a/config.toml +++ b/config.toml @@ -7,8 +7,8 @@ [misc] # it's very likely that you need to change this for MediaManager to work -frontend_url = "http://localhost:3000/" # note the trailing slash -cors_urls = ["http://localhost:3000", "http://localhost:8000"] # note the lack of a trailing slash +frontend_url = "http://localhost:8000/web/" # note the trailing slash +cors_urls = ["http://localhost:8000"] # note the lack of a trailing slash # you probaly don't need to change this development = false