File: /home/httpd/html/naced.com/public_html/admin/config.php
<?php
/* DATABASE INFORMATION */
$dbserver = 'localhost';
$dbname = 'naced_ca';
$dbuser = 'naced_ca';
$dbpass = '1es69qzUfu6rJz22';
/* LICENSE KEY */
$licenseKey = "b91265f99a434740-9c808c09df939912-b87d040d50de5553-6db8930a40fe6376-677752d5f332d9c9-a9a714e1e2429284-108cb7d3a31f07dc-af2e5b95c82486da";
/* ADMIN ACCESS */
$admin_username = 'admin'; //admin area username
$admin_password = '923a07a1435d42bf'; //admin area password
/* WEBSITE INFORMATION */
$basepath = '/home/httpd/html/naced.com/public_html'; //base absolutely linux path
$basehttp = 'https://' . $_SERVER['HTTP_HOST']; //base http path
$mediadomain = $_SERVER['HTTP_HOST'].'/media'; //lighttpd install domain, usually media.domain.com
$misc_path = $basepath . '/media/misc'; //miscelanious image path
$misc_url = 'https://' . $mediadomain . '/misc'; //url to $misc_path
$cache_path = $basepath . '/cache'; //directory for cached files
/* Process admin area variables */
$config = json_decode(file_get_contents($basepath . '/admin/scripts/config.json'), true);
extract($config, EXTR_OVERWRITE);
if(file_exists($basepath . '/admin/scripts/template_config.json')) {
$templateConfig = json_decode(file_get_contents($basepath . '/admin/scripts/template_config.json'), true);
extract($templateConfig, EXTR_OVERWRITE);
}
/* EOF */
$config['display_query_log'] = false;
$config['long_query_time'] = 0.05;
$template_path = $basepath . '/templates/' . $template_name;
$template_url = $basehttp . '/templates/' . $template_name;