remove state and county data for US and make postcode import optional

This commit is contained in:
Sarah Hoffmann
2016-03-30 23:21:13 +02:00
parent 527c3390f4
commit 4f9f21f661
4 changed files with 13 additions and 9135 deletions

View File

@@ -11,6 +11,8 @@
@define('CONST_Database_Web_User', 'www-data');
@define('CONST_Max_Word_Frequency', '50000');
@define('CONST_Limit_Reindexing', true);
// Set to false to avoid importing extra postcodes for the US.
@define('CONST_Use_Extra_US_Postcodes', true);
// Proxy settings
@define('CONST_HTTP_Proxy', false);