12 lines
301 B
PHP
12 lines
301 B
PHP
<?php return <<<INI
|
|
|
|
; Warning: Don't change this file! It only holds the default config values for this addon.
|
|
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
|
|
|
[geonames]
|
|
; username (String)
|
|
; The geonames.org API username
|
|
username =
|
|
|
|
INI;
|
|
//Keep this line
|