status after hackweekend London

This commit is contained in:
marc tobias
2015-08-23 00:08:40 +02:00
parent ce49d3c632
commit b0d9c0598e
26 changed files with 1038 additions and 410 deletions

View 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/');