mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
VAGRANT.md: we use different database DSN syntax these days
This commit is contained in:
@@ -160,9 +160,9 @@ You can configure/download other Vagrant boxes from [https://app.vagrantup.com/b
|
|||||||
|
|
||||||
Let's say you have a Postgres database named `nominatim_it` on server `your-server.com` and port `5432`. The Postgres username is `postgres`. You can edit `settings/local.php` and point Nominatim to it.
|
Let's say you have a Postgres database named `nominatim_it` on server `your-server.com` and port `5432`. The Postgres username is `postgres`. You can edit `settings/local.php` and point Nominatim to it.
|
||||||
|
|
||||||
pgsql://postgres@your-server.com:5432/nominatim_it
|
pgsql:host=your-server.com;port=5432;user=postgres;dbname=nominatim_it
|
||||||
|
|
||||||
No data import necessary or restarting necessary.
|
No data import or restarting necessary.
|
||||||
|
|
||||||
If the Postgres installation is behind a firewall, you can try
|
If the Postgres installation is behind a firewall, you can try
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user