mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 14:32:29 +03:00
accidentially checked in a local configuration file
This commit is contained in:
parent
ef1a7d9073
commit
690d7014f8
@ -1,10 +0,0 @@
|
|||||||
<?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/');
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user