HB/onyx2/db/default.profile.php

15 lines
258 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';
?>