2018-06-28 03:12:27 +00:00
|
|
|
<?php return <<<INI
|
|
|
|
|
|
|
|
; Warning: Don't change this file! It only holds the default config values for this addon.
|
2018-07-12 02:56:52 +00:00
|
|
|
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
2018-06-28 03:12:27 +00:00
|
|
|
|
|
|
|
[geonames]
|
|
|
|
; username (String)
|
|
|
|
; The geonames.org API username
|
|
|
|
username =
|
|
|
|
|
|
|
|
INI;
|
|
|
|
//Keep this line
|