From a93a3e1df10898ea49eb817b65edaf4015f69e98 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Tue, 18 Aug 2020 18:15:50 +0200 Subject: [PATCH] Added changelog for #939 --- changelog/60_UNRELEASED_2020-xx-xx.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog/60_UNRELEASED_2020-xx-xx.md b/changelog/60_UNRELEASED_2020-xx-xx.md index 9b6e1cff..1e93b09d 100644 --- a/changelog/60_UNRELEASED_2020-xx-xx.md +++ b/changelog/60_UNRELEASED_2020-xx-xx.md @@ -39,6 +39,9 @@ ### General & other improvements - UI refresh / style improvements (thanks @zsarnett) +- The data path (previously fixed to the `data` folder) is now configurable, making it possible to run multiple grocy instances from the same directory (with different `config.php` files / different database, etc.) (thanks @fgrsnau) + - Via an environment variable `GROCY_DATAPTH` (higher priority) + - Via an FastCGI parameter (lower priority) - The prerequisites checker now also checks for the minimum required SQLite version (thanks @Forceu) - New translations: (thanks all the translators) - Greek (demo available at https://el.demo.grocy.info)