mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
[geonames] Add addon config
This commit is contained in:
parent
9ad60dfe4d
commit
57f6ac5bad
2 changed files with 30 additions and 10 deletions
12
geonames/config/geonames.ini.php
Normal file
12
geonames/config/geonames.ini.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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
|
||||
|
||||
[geonames]
|
||||
; username (String)
|
||||
; The geonames.org API username
|
||||
username =
|
||||
|
||||
INI;
|
||||
//Keep this line
|
Loading…
Add table
Add a link
Reference in a new issue