]> git.mxchange.org Git - friendica-addons.git/blob - testdrive/config/testdrive.config.php
Merge pull request #834 from M-arcus/addon/phpmailer
[friendica-addons.git] / testdrive / config / testdrive.config.php
1 <?php
2
3 // Warning: Don't change this file! It only holds the default config values for this addon.
4 // Instead overwrite these config values in config/addon.config.php in your Friendica directory
5
6 return [
7         'testdrive' => [
8                 // expiredays (Integer)
9                 // When an account is created on the site, it is given a hard expiration date of this many days. 0 to disable.
10                 'expiredays' => 0,
11         ],
12 ];