Your IP : 3.138.197.104


Current Path : /var/www/alh/
Upload File :
Current File : /var/www/alh/config.php.bak

<?php
// HTTP
define('HTTP_SERVER', 'http://abundantlifehouse.org/');

// HTTPS
define('HTTPS_SERVER', 'https://abundantlifehouse.org/');

// DIR
define('DIR_APPLICATION', '/home/areogun/alh/catalog/');
define('DIR_SYSTEM', '/home/areogun/alh/system/');
define('DIR_DATABASE', '/home/areogun/alh/system/database/');
define('DIR_LANGUAGE', '/home/areogun/alh/catalog/language/');
define('DIR_TEMPLATE', '/home/areogun/alh/catalog/view/theme/');
define('DIR_CONFIG', '/home/areogun/alh/system/config/');
define('DIR_IMAGE', '/home/areogun/alh/image/');
define('DIR_CACHE', '/home/areogun/alh/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/areogun/alh/system/storage/download/');
define('DIR_MODIFICATION', '/home/areogun/alh/system/storage/modification/');
define('DIR_UPLOAD', '/home/areogun/alh/system/storage/upload/');
define('DIR_LOGS', '/home/areogun/alh/system/storage/logs/');

// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'alhs');
define('DB_PASSWORD', 'Alh123!@#');
define('DB_DATABASE', 'alhs');
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
?>