[geonames] Update config file style/name
[friendica-addons.git/.git] / geonames / config / geonames.config.php
1 <?php
2
3 // Warning: Don't change this file! It only holds the default config values for this addon.
4 // Instead overwrite these config values in config/addon.config.php in your Friendica directory
5
6 return [
7         'geonames' => [
8                 //username (String)
9                 //The geonames.org API username
10                 'username' => '',
11         ],
12 ];