X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5cdabc5173236004b147120f4b0a414c98120bd7..45148c707860f9d41653f65618e6764c8a7fb87e:/docs/admin/Advanced-Installations.md diff --git a/docs/admin/Advanced-Installations.md b/docs/admin/Advanced-Installations.md index 5b0275b3..5701992c 100644 --- a/docs/admin/Advanced-Installations.md +++ b/docs/admin/Advanced-Installations.md @@ -162,11 +162,11 @@ PostgreSQL server process. On the client side you now need to configure the import to point to the correct location of the library **on the database server**. Add the following -line to your your `settings/local.php` file: +line to your your `.env` file: ```php -@define('CONST_Database_Module_Path', ''); +NOMINATIM_DATABASE_MODULE_PATH="" ``` -Now change the `CONST_Database_DSN` to point to your remote server and continue +Now change the `NOMINATIM_DATABASE_DSN` to point to your remote server and continue to follow the [standard instructions for importing](/admin/Import).