mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 14:31:04 +00:00
12 lines
413 B
PHP
12 lines
413 B
PHP
<?php
|
|
|
|
// Warning: Don't change this file! It only holds the default config values for this addon.
|
|
// Instead, copy this file to config/testdrive.config.php in your Friendica directory and set the correct values there
|
|
|
|
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,
|
|
],
|
|
];
|