mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
replace Symfony dotenv dependency with Python dotenv
This commit is contained in:
@@ -8,7 +8,7 @@ software itself, if not return to the [installation page](Installation.md).
|
||||
## Configuration setup in `.env`
|
||||
|
||||
The Nominatim server can be customized via a `.env` in the build directory.
|
||||
This is a file in [dotenv](https://symfony.com/doc/4.3/components/dotenv.html) format
|
||||
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
|
||||
|
||||
@@ -38,12 +38,12 @@ For running Nominatim:
|
||||
|
||||
* [PostgreSQL](https://www.postgresql.org) (9.3+)
|
||||
* [PostGIS](https://postgis.net) (2.2+)
|
||||
* [Python 3](https://www.python.org/)
|
||||
* [Python 3](https://www.python.org/) (3.4+)
|
||||
* [Psycopg2](https://www.psycopg.org)
|
||||
* [PHP](https://php.net) (7.0 or later)
|
||||
* PHP-pgsql
|
||||
* PHP-intl (bundled with PHP)
|
||||
* [PHP Symphony Dotenv](https://symfony.com/doc/4.3/components/dotenv.html)
|
||||
* [Python Dotenv](https://github.com/theskumar/python-dotenv)
|
||||
|
||||
For running continuous updates:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user