From bff1646afef97cbbd46021897907afedf7aa0b27 Mon Sep 17 00:00:00 2001 From: Quentin Michaud <76600167+mh4ckt3mh4ckt1c4s@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:29:30 +0100 Subject: [PATCH] Fix settings location to address #101 --- doc/ADMIN.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 06f4bd3..8565d50 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,5 +1,7 @@ The app install dir is `__INSTALL_DIR__`. -Don't edit settings in that directory. -Instead edit them in `__INSTALL_DIR__/settings.conf`. That file overwrite the default settings thanks to `use_default_settings: true` + +You can set your custom settings in `__INSTALL_DIR__/settings.yml`. That file overwrite the default settings thanks to `use_default_settings: true` + +The default settings are available at `__INSTALL_DIR__/searxng-src/searx/settings.yml`. It is recommended to not edit this file directly and to make changes only in the file mentioned above. Please note that this application is a rolling-release (i.e. each commit is a release) and thus is updated very regularly. People not updating frequently may encounter some bugs or disruptions due to the very nature of this software.