forked from kamba4/sunders
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			456 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
define('REPLICATE_URL', 'https://planet.openstreetmap.org/replication/minute');
 | 
						|
 | 
						|
define('MYSQL_HOST', getenv('MYSQL_HOST'));
 | 
						|
define('MYSQL_DB', getenv('MYSQL_DB'));
 | 
						|
define('MYSQL_USER', getenv('MYSQL_USER'));
 | 
						|
define('MYSQL_PASSWD', getenv('MYSQL_PASSWD'));
 | 
						|
 | 
						|
define('USE_STATISTICS', false);
 | 
						|
define('WEBSERVICE_COUNTRY_URL', 'http://api.geonames.org/countryCode');
 | 
						|
define('WEBSERVICE_USER', 'xxxxxxxx');
 | 
						|
define('MAX_WEBREQUESTS_PER_HOUR', 1000);
 | 
						|
 | 
						|
?>
 |