mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update instance config
This commit is contained in:
parent
97b25da220
commit
157a03f13d
1 changed files with 5 additions and 0 deletions
|
@ -2,4 +2,9 @@
|
|||
|
||||
return [
|
||||
'email' => env('INSTANCE_CONTACT_EMAIL'),
|
||||
|
||||
'contact' => [
|
||||
'enabled' => env('INSTANCE_CONTACT_FORM', false),
|
||||
'max_per_day' => env('INSTANCE_CONTACT_MAX_PER_DAY', 1),
|
||||
],
|
||||
];
|
Loading…
Reference in a new issue