]> git.mxchange.org Git - friendica-addons.git/blobdiff - testdrive/README.md
Merge pull request 'Bluesky: Tags are now supported' (#1438) from heluecht/friendica...
[friendica-addons.git] / testdrive / README.md
index ad9414eb5bb96bdda2da0a66958cd60f3d062cad..675f64e29dc6280e0b0ac06a895380c582a633b0 100644 (file)
@@ -6,11 +6,14 @@ 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
+       return [
+               'testdrive' => [
+                       'expiredays' => 30,
+               ],
+       ];
 
-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.
+Set this in your `config/testdrive.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.
 Expiration is final.