X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4b31be52034bed3aee7c3b10f173cdb852f1efe3..cb70a2fde33e9c2455ea1cfb37ee430b00058b82:/docs/admin/Import.md diff --git a/docs/admin/Import.md b/docs/admin/Import.md index 4e2e89ea..6b417ff2 100644 --- a/docs/admin/Import.md +++ b/docs/admin/Import.md @@ -40,9 +40,9 @@ all commands from the project directory. ### Configuration setup in `.env` -The Nominatim server can be customized via a `.env` in the project directory. -This is a file in [dotenv](https://github.com/theskumar/python-dotenv) format -which looks the same as variable settings in a standard shell environment. +The Nominatim server can be customized via an `.env` configuration file in the +project directory. This is a file in [dotenv](https://github.com/theskumar/python-dotenv) +format which looks the same as variable settings in a standard shell environment. You can also set the same configuration via environment variables. All settings have a `NOMINATIM_` prefix to avoid conflicts with other environment variables.