mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
[testdrive] Update config file style/name
This commit is contained in:
parent
d27ac641fc
commit
336276727f
4 changed files with 17 additions and 16 deletions
12
testdrive/config/testdrive.config.php
Normal file
12
testdrive/config/testdrive.config.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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,
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue