Skip to content
Snippets Groups Projects
Commit e3a64d54 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Update module.config.php

parent a73c4f3e
No related branches found
No related tags found
No related merge requests found
Pipeline #29777 passed
......@@ -9,7 +9,7 @@ return [
'doctrine' => [
'connection' => [
'orm_default' => [
'driverClass' => \Doctrine\DBAL\Driver\PDOPgSql\Driver::class,
'driverClass' => '\Doctrine\DBAL\Driver\PDO\PgSQL\Driver',
'params' => [
'host' => 'db', //
'user' => 'admin', // cf. docker-compose.yml
......@@ -17,6 +17,7 @@ return [
'dbname' => 'demo', //
'port' => '5432',
'charset' => 'utf8',
'driver' => 'pdo_pgsql',
'driverOptions' => [1002 => 'SET NAMES utf8']
],
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment