Skip to content

Commit

Permalink
Values of DB settings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nadine-belanova authored Apr 17, 2019
1 parent 35c9e85 commit 4fc7672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
$DbHost = '127.0.0.1';
$DbLogin = 'root';
$DbPassword = '';
$DbName = 'aurora';
$DbName = '';

$oCoreDecorator = \Aurora\System\Api::GetModuleDecorator('Core');

if ($oCoreDecorator)
{
$oCoreDecorator->UpdateSettings($DbLogin, $DbPassword, $DbName, $DbHost);
}
}

0 comments on commit 4fc7672

Please sign in to comment.