Update instance config

pull/1424/head
Daniel Supernault 6 years ago
parent 97b25da220
commit 157a03f13d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save