feat: make admin email configurable and interactive password seeding
This commit is contained in:
@@ -65,6 +65,19 @@ return [
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Admin Email
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This is the email address that has access to the admin panel. Only this
|
||||
| exact email address with SUPERADMIN level and verified email can access
|
||||
| the admin panel.
|
||||
|
|
||||
*/
|
||||
|
||||
'admin_email' => env('ADMIN_EMAIL'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
||||
Reference in New Issue
Block a user