mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:31:03 +00:00
12 lines
No EOL
371 B
PHP
12 lines
No EOL
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/addon.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
|