forked from kamba4/sunders
refactor: Replaces PASSWD
with PASSWORD
This commit is contained in:
parent
b85516e397
commit
41b5ea2ab1
10 changed files with 23 additions and 27 deletions
|
@ -5,7 +5,7 @@ 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('MYSQL_PASSWORD', getenv('MYSQL_PASSWORD'));
|
||||
|
||||
define('USE_STATISTICS', false);
|
||||
define('WEBSERVICE_COUNTRY_URL', 'http://api.geonames.org/countryCode');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue