2018-11-25 02:11:53 -05:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// Warning: Don't change this file! It only holds the default config values for this addon.
|
2022-11-20 11:43:42 -05:00
|
|
|
// Instead, copy this file to config/geonames.config.php in your Friendica directory and set the correct values there
|
2018-11-25 02:11:53 -05:00
|
|
|
|
|
|
|
return [
|
|
|
|
'geonames' => [
|
|
|
|
//username (String)
|
|
|
|
//The geonames.org API username
|
|
|
|
'username' => '',
|
|
|
|
],
|
|
|
|
];
|