Update instance config

This commit is contained in:
Daniel Supernault 2019-06-18 14:16:01 -06:00
parent 97b25da220
commit 157a03f13d
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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),
],
];