Fix default config

This commit is contained in:
nemunaire 2014-08-27 12:25:23 +02:00
commit ad5185dbc1
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@
<module name="db">
<option name="type">mysql</option>
<option name="profile">default</option>
<option name="profile">sample</option>
<option name="log">1</option>
<option name="crypt"></option>
<option name="no_connection"><![CDATA[Connexion &agrave; la base de donn&eacute;e impossible]]></option>

View file

@ -2,7 +2,7 @@
if(!defined('ONYX')) exit;
$___profile['db'] = 'kohler_palettes';
$___profile['db'] = 'fic2014';
$___profile['host'] = 'localhost';
$___profile['user'] = 'root';
$___profile['pass'] = '';