master
fengyuexingzi 7 years ago
commit f7bd9a6533

@ -42,7 +42,11 @@ return [
/* /*
* Use `https`. * Use `https`.
*/ */
<<<<<<< HEAD
'secure' => env('ADMIN_SECRET', true), 'secure' => env('ADMIN_SECRET', true),
=======
'secure' => true,
>>>>>>> 6c3143ac16e1c248e2d2a034db764146d060894a
/* /*
* Laravel-admin auth setting. * Laravel-admin auth setting.
@ -68,7 +72,11 @@ return [
*/ */
'upload' => [ 'upload' => [
<<<<<<< HEAD
'disk' => 'admin', 'disk' => 'admin',
=======
'disk' => 'oss',
>>>>>>> 6c3143ac16e1c248e2d2a034db764146d060894a
'directory' => [ 'directory' => [
'image' => 'images', 'image' => 'images',

@ -13,7 +13,11 @@ return [
| |
*/ */
<<<<<<< HEAD
'default' => env('FILESYSTEM_DRIVER', 'local'), 'default' => env('FILESYSTEM_DRIVER', 'local'),
=======
'default' => env('FILESYSTEM_DRIVER', 'oss'),
>>>>>>> 6c3143ac16e1c248e2d2a034db764146d060894a
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Loading…
Cancel
Save