Add new instance config

This commit is contained in:
Daniel Supernault 2019-06-04 21:47:48 -06:00
parent 74ead1dc77
commit c402f75113
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

5
config/instance.php Normal file
View file

@ -0,0 +1,5 @@
<?php
return [
'email' => env('INSTANCE_CONTACT_EMAIL'),
];