mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
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:
committed by
HolgerHatGarKeineNode
parent
de48a350bf
commit
f7c62c2d92
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user