1
0

chore: remove static path config option

This commit is contained in:
kolaente
2024-02-08 22:59:12 +01:00
parent 9c45d9ca15
commit 8b3cf2ed7e
2 changed files with 0 additions and 4 deletions

View File

@ -22,8 +22,6 @@ service:
# Vikunja will also look in this path for a config file, so you could provide only this variable to point to a folder
# with a config file which will then be used.
rootpath: <rootpath>
# Path on the file system to serve static files from. Set to the path of the frontend files to host frontend alongside the api.
staticpath: ""
# The max number of items which can be returned per page
maxitemsperpage: 50
# Enable the caldav endpoint, see the docs for more details