From 70ef7c0b8f9f71b3d31f9a2078935fa8f7f74a69 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Aug 2021 17:14:42 +0200 Subject: [PATCH] Update config.yml --- conf/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.yml b/conf/config.yml index 4ea9c3c..0da5998 100644 --- a/conf/config.yml +++ b/conf/config.yml @@ -6,7 +6,7 @@ service: # The interface on which to run the webserver interface: ":__PORT__" # The URL of the frontend, used to send password reset emails. - frontendurl: "https://__DOMAIN__" + frontendurl: "https://__DOMAIN____PATH__" # The base path on the file system where the binary and assets are. # 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.