<?php // Warning: Don't change this file! It only holds the default config values for this addon. // Instead overwrite these config values in config/addon.config.php in your Friendica directory return [ 'geonames' => [ //username (String) //The geonames.org API username 'username' => '', ], ];