From 6a52a2b386e054f8971c308ce9aebf6c4a72f13b Mon Sep 17 00:00:00 2001 From: Alex Fornuto Date: Mon, 19 Dec 2022 18:24:36 -0600 Subject: [PATCH] Update config docs-in-comment. I'm running Grocy in Docker behind a reverse proxy, and when looking to adjust the URL so I wasn't redirected to `localhost`, I skipped over this setting at first because of the edited language. Please consider this a starting point. I didn't want to overstep, but I think this could be adjusted further to explain that this value should be the protocol and domain Grocy is hosted at. --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index 3545e938..dbbc94e6 100644 --- a/config-dist.php +++ b/config-dist.php @@ -53,7 +53,7 @@ Setting('CURRENCY', 'USD'); Setting('BASE_PATH', ''); // The base URL of your installation, -// should be just "/" when running directly under the root of a (sub)domain +// should end in "/" when running directly under the root of a (sub)domain // or for example "https://example.com/grocy" when using a subdirectory Setting('BASE_URL', '/');