Move addon-specific config to config/addon.ini.php
This commit is contained in:
@@ -7,7 +7,7 @@ Use Geonames service to resolve nearest populated location for given latitude, l
|
||||
|
||||
## Installation
|
||||
|
||||
Pre-requisite: Register a username at geonames.org and set in config/local.ini.php
|
||||
Pre-requisite: Register a username at geonames.org and set in config/addon.ini.php
|
||||
|
||||
[geonames]
|
||||
username = your_username
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?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/local.ini.php in your Friendica directory
|
||||
; Instead overwrite these config values in config/addon.ini.php in your Friendica directory
|
||||
|
||||
[geonames]
|
||||
; username (String)
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* Pre-requisite: Register a username at geonames.org
|
||||
* and set in config/local.ini.php
|
||||
* and set in config/addon.ini.php
|
||||
*
|
||||
* [geonames]
|
||||
* username = your_username
|
||||
|
||||
Reference in New Issue
Block a user