X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=testdrive%2FREADME.md;h=59512aefd057a85714d9cd277c68a4b49313c66c;hb=ad453ca3cea8fa3dcb7dfac3484b19d3c3982e2f;hp=ad9414eb5bb96bdda2da0a66958cd60f3d062cad;hpb=3940618a4a5bb9dc49e4a6b076add33ccfc79b94;p=friendica-addons.git diff --git a/testdrive/README.md b/testdrive/README.md index ad9414eb..59512aef 100644 --- a/testdrive/README.md +++ b/testdrive/README.md @@ -6,10 +6,11 @@ Testdrive is a Friendica addon which implements automatic account expiration so When an account is created on the site, it is given a hard expiration date of - [testdrive] - expiredays = 30 + 'testdrive' => [ + 'expiredays' => 30, + ], -Set this in your config/addon.ini.php file to allow a 30 day test drive period. +Set this in your `config/addon.config.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.