Adding config folder

This commit is contained in:
2020-04-09 16:24:38 +02:00
parent 87c670cad0
commit a6f5ba39a3
2 changed files with 10 additions and 3 deletions

7
config/services.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
return [
'bmail' => env('BMAIL_KEY', null)
];