changed nominatim.so module path to be a runtime configuration setting as opposed to a command line argument

This commit is contained in:
Eric Stadtherr
2018-07-24 15:25:12 -06:00
parent 057d77fcd4
commit 87d78e87d2
2 changed files with 3 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ if (isset($_GET['debug']) && $_GET['debug']) @define('CONST_Debug', true);
@define('CONST_Debug', false);
@define('CONST_Database_DSN', 'pgsql://@/nominatim'); // <driver>://<username>:<password>@<host>:<port>/<database>
@define('CONST_Database_Web_User', 'www-data');
@define('CONST_Database_Module_Path', CONST_InstallPath.'/module');
@define('CONST_Max_Word_Frequency', '50000');
@define('CONST_Limit_Reindexing', true);
// Restrict search languages.