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.
This commit is contained in:
Alex Fornuto 2022-12-19 18:24:36 -06:00 committed by GitHub
parent 2ebb9b2cd9
commit 6a52a2b386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Setting('CURRENCY', 'USD');
Setting('BASE_PATH', ''); Setting('BASE_PATH', '');
// The base URL of your installation, // 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 // or for example "https://example.com/grocy" when using a subdirectory
Setting('BASE_URL', '/'); Setting('BASE_URL', '/');