Browse Source

Update instance config

Daniel Supernault 6 years ago
parent
commit
157a03f13d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config/instance.php

+ 5 - 0
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),
+	],
 ];