Modifying readme and api files

This commit is contained in:
2020-04-09 17:43:19 +02:00
parent e80f236ee6
commit 88eab63449
3 changed files with 14 additions and 9 deletions

View File

@@ -2,6 +2,7 @@
return [
'bmail' => env('BMAIL_KEY', null)
'api_key' => env('BMAIL_API_KEY', null),
'api_url' => env('BMAIL_API_URL', null)
];