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,
|
||||
'username' => null,
|
||||
'password' => null,
|
||||
'client' => null,
|
||||
'tls' => null,
|
||||
'url' => env('EMAIL_TRANSPORT_DEFAULT_URL', null),
|
||||
'className' => 'Smtp',
|
||||
'tls' => true
|
||||
],
|
||||
],
|
||||
|
||||
@ -304,11 +303,11 @@ return [
|
||||
'className' => Connection::class,
|
||||
'driver' => Mysql::class,
|
||||
'persistent' => false,
|
||||
'host' => 'localhost',
|
||||
'host' => 'mariadb',
|
||||
//'port' => 'non_standard_port_number',
|
||||
'username' => 'my_app',
|
||||
'password' => 'secret',
|
||||
'database' => 'test_myapp',
|
||||
'username' => 'root',
|
||||
'password' => '',
|
||||
'database' => 'gradido_community_test',
|
||||
//'encoding' => 'utf8mb4',
|
||||
'timezone' => 'UTC',
|
||||
'cacheMetadata' => true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user