mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
status after hackweekend London
This commit is contained in:
10
settings/local-vagrant.php
Normal file
10
settings/local-vagrant.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
// General settings
|
||||
// @define('CONST_Database_DSN', 'pgsql://@/nominatim');
|
||||
@define('CONST_Database_DSN', 'pgsql://postgres@localhost:9999/nominatim');
|
||||
// Paths
|
||||
@define('CONST_Postgresql_Version', '9.3');
|
||||
@define('CONST_Postgis_Version', '2.1');
|
||||
// Website settings
|
||||
@define('CONST_Website_BaseURL', 'http://localhost:8089/nominatim/');
|
||||
|
||||
Reference in New Issue
Block a user