update creds

This commit is contained in:
franknstayn
2021-09-15 20:48:31 +08:00
parent cde3a8597c
commit 6d67430c33

View File

@@ -83,7 +83,7 @@ return [
|
*/
'username' => 'no-reply@crewsportswear.com',
'username' => env('MAIL_USERNAME'),
/*
|--------------------------------------------------------------------------
@@ -96,7 +96,7 @@ return [
|
*/
'password' => 'nrAWvOsMgtp7V3KLq83a!??',
'password' => env('MAIL_PASSWORD'),
/*
|--------------------------------------------------------------------------