game/onyx2/db/default.profile.php

15 lines
267 B
PHP
Raw Normal View History

2009-11-01 11:00:00 +00:00
<?php
if (!defined('ONYX')) {
exit;
}
2009-11-01 11:00:00 +00:00
2020-11-15 16:18:12 +00:00
$___profile['db'] = 'hb_game';
if (getenv("MYSQL_HOST") === false) {
$___profile['host'] = 'localhost';
} else {
$___profile['host'] = getenv("MYSQL_HOST");
}
2020-11-15 16:18:12 +00:00
$___profile['user'] = 'hb';
$___profile['pass'] = 'hb';