From bb30813ec4bbd38774e85d50ea043cf15c0b370b Mon Sep 17 00:00:00 2001 From: "Nicholas (Nick) Meyer" Date: Wed, 22 Nov 2023 14:55:28 -0800 Subject: [PATCH] Make APPLICATION_ROOT wording more consistent Default APPLICATION_ROOT is "/", so "By default" is more accurate than "If empty" for the default value. --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index eb5f52e9..a6cc5d21 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -127,7 +127,7 @@ ADMIN_PASSWORD needs to be set. ## APPLICATION_ROOT -If empty, ihatemoney will be served at domain root (e.g: +By default, ihatemoney will be served at domain root (e.g: *http://domain.tld*), if set to `"/somestring"`, it will be served from a "folder" (e.g: *http://domain.tld/somestring*).