mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix email setup problem in default config
This commit is contained in:
parent
2c2417a3f1
commit
d842884490
@ -214,9 +214,8 @@ return [
|
|||||||
'timeout' => 30,
|
'timeout' => 30,
|
||||||
'username' => null,
|
'username' => null,
|
||||||
'password' => null,
|
'password' => null,
|
||||||
'client' => null,
|
'className' => 'Smtp',
|
||||||
'tls' => null,
|
'tls' => true
|
||||||
'url' => env('EMAIL_TRANSPORT_DEFAULT_URL', null),
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
@ -304,11 +303,11 @@ return [
|
|||||||
'className' => Connection::class,
|
'className' => Connection::class,
|
||||||
'driver' => Mysql::class,
|
'driver' => Mysql::class,
|
||||||
'persistent' => false,
|
'persistent' => false,
|
||||||
'host' => 'localhost',
|
'host' => 'mariadb',
|
||||||
//'port' => 'non_standard_port_number',
|
//'port' => 'non_standard_port_number',
|
||||||
'username' => 'my_app',
|
'username' => 'root',
|
||||||
'password' => 'secret',
|
'password' => '',
|
||||||
'database' => 'test_myapp',
|
'database' => 'gradido_community_test',
|
||||||
//'encoding' => 'utf8mb4',
|
//'encoding' => 'utf8mb4',
|
||||||
'timezone' => 'UTC',
|
'timezone' => 'UTC',
|
||||||
'cacheMetadata' => true,
|
'cacheMetadata' => true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user