[ 'connection' => array( 'default' => array( 'params' => [ 'user' => 'root', 'password' => '123456', 'host' => '127.0.0.1', 'dbname' => 'silas_wordRotator', 'driverOptions' => array( PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8' ), 'useStrict' => true, ], ), ), ], 'mailEinstellungen' => array( 'options' => array( 'name' => 'Stories', 'host' => 'eltanin.uberspace.de', 'port' => '587', 'connection_class' => 'plain', // plain oder login 'connection_config' => array( 'username' => 'silas', 'password' => 'l$?%usN\\Oj\\/l0VQ%IF', 'ssl' => 'tls', ), ), 'sender' => 'local@silas.link', ), "contact" => [ "prefix" => "[WR]", "contact-email" => "wordrotator@silas.link", "contact-name" => "Admin", ], 'systemVariables' => array( 'passwordHash' => '', 'websiteName' => '', 'maxAgeOfUserCodes' => 2 //In Tagen ), 'view_manager' => [ 'display_exceptions' => true, ], "userManager" => [ "canRegister" => true ], ];