From 8db7b653013f1e42a4b823f93be3ce39edecc8a6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Aug 2021 17:34:12 +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 0da5998..4ea9c3c 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____PATH__" + frontendurl: "https://__DOMAIN__" # 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.