sathyashrayan

local.php

Jul 26th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. 'doctrine' => [
  2.                 'connection' => [
  3.                         // default connection name
  4.                         'orm_default' => [
  5.                                 'driverClass' => 'Doctrine\DBAL\Driver\PDOMySql\Driver',
  6.                                 'params' => [
  7.                                         'host'     => 'localhost',
  8.                                         'port'     => '3306',
  9.                                         'user'     => 'root',
  10.                                         'password' => '',
  11.                                         'dbname'   => '',
  12.                                 ]
  13.                         ]
  14.                 ]
  15.         ],
Add Comment
Please, Sign In to add comment