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-05-24 21:33:11 +00:00
parent 8b671065e9
commit 3ad2b2fb8e
7 changed files with 41 additions and 36 deletions

View File

@@ -36,4 +36,5 @@ return [
'site_key' => env('GOOGLE_RECAPTCHA_SITE_KEY'),
'secret_key' => env('GOOGLE_RECAPTCHA_SECRET_SITE_KEY'),
],
];