mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
[testdrive] Add addon config
- Update mentions of .htconfig.php
This commit is contained in:
parent
9cc5f29dad
commit
9f0a441fe4
3 changed files with 28 additions and 10 deletions
12
testdrive/config/testdrive.ini.php
Normal file
12
testdrive/config/testdrive.ini.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?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
|
Loading…
Add table
Add a link
Reference in a new issue