From b9bf190c1b3f2a8ebcc284c68da3e595f8a8604c Mon Sep 17 00:00:00 2001 From: Maximilian Dorninger <97409287+maxdorninger@users.noreply.github.com> Date: Fri, 18 Jul 2025 12:36:09 +0200 Subject: [PATCH] Update config.toml I forgot to change the config when merging a previous PR that merged the frontend and backend container. --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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