friendica-addons/testdrive/config/testdrive.ini.php
Hypolite Petovan 9f0a441fe4 [testdrive] Add addon config
- Update mentions of .htconfig.php
2018-07-10 08:41:31 -04:00

12 lines
371 B
PHP

<?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
[testdrive]
; expiredays (Integer)
; When an account is created on the site, it is given a hard expiration date of this many days.
expiredays =
INI;
//Keep this line