Skip to content

Commit

Permalink
Update to badaso/core 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rizkiheryandi committed Dec 8, 2021
1 parent 1699f89 commit 14ef1b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/badaso.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
return [
'db_name' => env('DB_DATABASE'),
'admin_panel_route_prefix' => env('MIX_ADMIN_PANEL_ROUTE_PREFIX', 'badaso-dashboard'),
'default_menu' => env('MIX_DEFAULT_MENU', 'admin'),
'default_menu' => env('MIX_DEFAULT_MENU', 'general'),
'api_route_prefix' => env('MIX_API_ROUTE_PREFIX', 'badaso-api'),
'license_key' => env('BADASO_LICENSE_KEY'),
'database' => [
Expand Down
6 changes: 0 additions & 6 deletions config/lfm.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@
'startup_view' => 'list',
'max_size' => 50000, // size in KB
'valid_mime' => [
'image/jpeg',
'image/jpg',
'image/pjpeg',
'image/png',
'image/gif',
'image/svg+xml',
'application/pdf',
'text/plain',
],
Expand Down
2 changes: 1 addition & 1 deletion database/seeders/Badaso/ConfigurationsSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function run()
'id' => 6,
'key' => 'adminPanelVerifyEmail',
'display_name' => 'Should verify email after register',
'value' => '1',
'value' => '0',
'details' => '',
'type' => 'switch',
'order' => 6,
Expand Down

0 comments on commit 14ef1b4

Please sign in to comment.