mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-25 06:04:42 +00:00
set smtp as default in setup wizard
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'version' => '1.7',
|
'version' => '1.7.2',
|
||||||
|
|
||||||
'pages' => [
|
'pages' => [
|
||||||
[
|
[
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -236,7 +236,7 @@
|
|||||||
bucket: '',
|
bucket: '',
|
||||||
},
|
},
|
||||||
mail: {
|
mail: {
|
||||||
driver: '',
|
driver: 'smtp',
|
||||||
host: '',
|
host: '',
|
||||||
port: '',
|
port: '',
|
||||||
username: '',
|
username: '',
|
||||||
|
|||||||
Reference in New Issue
Block a user