forked from friendica/friendica-addons
13 lines
390 B
PHP
13 lines
390 B
PHP
|
<?php
|
||
|
|
||
|
// Warning: Don't change this file! It only holds the default config values for this addon.
|
||
|
// Instead overwrite these config values in config/addon.config.php in your Friendica directory
|
||
|
|
||
|
return [
|
||
|
'testdrive' => [
|
||
|
// expiredays (Integer)
|
||
|
// When an account is created on the site, it is given a hard expiration date of this many days. 0 to disable.
|
||
|
'expiredays' => 0,
|
||
|
],
|
||
|
];
|