update creds
This commit is contained in:
@@ -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'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user