mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-11 17:48:44 -05:00
fix: require publicurl when cors enabled (#1351)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user