Current File : //etc/zpanel/panel/cnf/db.php
<?php

/**
 * @copyright 2014-2015 Sentora Project (http://www.sentora.org/) 
 * Sentora is a GPL fork of the ZPanel Project whose original header follows:
 *
 * Database configuration file.
 * @package zpanelx
 * @subpackage core -> config
 * @author Bobby Allen (ballen@bobbyallen.me)
 * @copyright ZPanel Project (http://www.zpanelcp.com/)
 * @link http://www.zpanelcp.com/
 * @license GPL (http://www.gnu.org/licenses/gpl.html)
 */
$host = 'localhost';
$dbname = 'sentora_core';
$user = 'root';
$pass = 'H7FThwIeZ91IqXJh';