fix: require publicurl when cors enabled (#1351)

This commit is contained in:
kolaente
2025-08-29 22:51:31 +02:00
committed by GitHub
parent af8c977ccf
commit e29561e49c
3 changed files with 8 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
{
"key": "publicurl",
"default_value": "",
"comment": "The public facing URL where your users can reach Vikunja. Used in emails and for the communication between api and frontend. The url must be a valid http or https url."
"comment": "The public facing URL where your users can reach Vikunja. Used in emails and for the communication between api and frontend. The url must be a valid http or https url. This setting is required when cors.enable is true."
},
{
"key": "rootpath",