Files
boutique-fanny/cache/dev/PropelConfig.php
2019-05-26 15:57:49 +02:00

13 lines
323 B
PHP

<?php return array (
'dsn' => 'mysql:host=localhost;dbname=boutiquejkthelia;port=3306',
'user' => 'boutiquejkthelia',
'password' => 'MaCleo02',
'classname' => '\\Propel\\Runtime\\Connection\\ConnectionWrapper',
'options' =>
array (
1002 =>
array (
'value' => 'SET NAMES \'UTF8\'',
),
),
);