mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-21 08:15:36 +02:00
Update config.toml
I forgot to change the config when merging a previous PR that merged the frontend and backend container.
This commit is contained in:
committed by
GitHub
parent
a2d717b022
commit
b9bf190c1b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user