Move addon-specific config to config/addon.ini.php

This commit is contained in:
Hypolite Petovan 2018-07-11 22:56:52 -04:00
parent 7ee6c3a20c
commit 6c443aeaf0
28 changed files with 30 additions and 30 deletions

View file

@ -9,7 +9,7 @@ When an account is created on the site, it is given a hard expiration date of
[testdrive]
expiredays = 30
Set this in your config/local.ini.php file to allow a 30 day test drive period.
Set this in your config/addon.ini.php file to allow a 30 day test drive period.
By default no expiration period is defined in case the addon is activated accidentally.
There is no opportunity to extend an expired account using this addon.

View file

@ -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
[testdrive]
; expiredays (Integer)