game/onyx2/db/default.profile.php
2020-11-21 16:07:49 +01:00

14 lines
267 B
PHP

<?php
if (!defined('ONYX')) {
exit;
}
$___profile['db'] = 'hb_game';
if (getenv("MYSQL_HOST") === false) {
$___profile['host'] = 'localhost';
} else {
$___profile['host'] = getenv("MYSQL_HOST");
}
$___profile['user'] = 'hb';
$___profile['pass'] = 'hb';