[pumpio] Update config file style/name
[friendica-addons.git/.git] / testdrive / config / testdrive.ini.php
1 <?php return <<<INI
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.ini.php in your Friendica directory
5
6 [testdrive]
7 ; expiredays (Integer)
8 ; When an account is created on the site, it is given a hard expiration date of this many days.
9 expiredays =
10
11 INI;
12 //Keep this line