friendica-addons/geonames/config/geonames.ini.php

12 lines
301 B
PHP
Raw Normal View History

2018-06-28 05:12:27 +02:00
<?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
2018-06-28 05:12:27 +02:00
[geonames]
; username (String)
; The geonames.org API username
username =
INI;
//Keep this line