Default config files

In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
This commit is contained in:
Shift
2023-02-19 16:19:26 +00:00
committed by HolgerHatGarKeineNode
parent de48a350bf
commit f7c62c2d92
3 changed files with 18 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
return [
'horizon' => [
'secret' => env('HORIZON_SECRET'),
],
/*
|--------------------------------------------------------------------------
| Third Party Services
@@ -14,10 +18,6 @@ return [
|
*/
'horizon' => [
'secret' => env('HORIZON_SECRET'),
],
'mailgun' => [
'domain' => env('MAILGUN_DOMAIN'),
'secret' => env('MAILGUN_SECRET'),