From 157a03f13d1a4b249e7ad5053fc04d064242fdbf Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 18 Jun 2019 14:16:01 -0600 Subject: [PATCH] Update instance config --- config/instance.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/instance.php b/config/instance.php index 53d6242c..3842de35 100644 --- a/config/instance.php +++ b/config/instance.php @@ -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), + ], ]; \ No newline at end of file