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.