From 3379942086a6edab34d0de85b5efb60c89f12a6a Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 22 Jul 2018 11:06:01 +0200 Subject: [PATCH] Document settingoverrides for embedded mode --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfe88d49..793a8186 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ When the file `data/demo.txt` exists, the application will work in a demo mode w ### Embedded mode When the file `/embedded.txt` exists, it must contain a valid and writable path which will be used as the data directory instead of `data/` and authentication will be disabled (used in [grocy-desktop](https://github.com/berrnd/grocy-desktop)). +In embedded mode, settings can be overridden by text files in `data/settingoverrides`, the file name must be `.txt` (e. g. `BASE_URL.txt`) and the content must be the setting value (normally one single line). + ## Screenshots #### Dashboard ![Dashboard](https://github.com/berrnd/grocy/raw/master/publication_assets/dashboard.png "Dashboard")