Your IP : 13.58.170.28


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

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

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

// DIR
define('DIR_APPLICATION', '/var/www/alh/catalog/');
define('DIR_SYSTEM', '/var/www/alh/system/');
define('DIR_STORAGE', '/var/www/storage/');
define('DIR_DATABASE', '/var/www/alh/system/database/');
define('DIR_LANGUAGE', '/var/www/alh/catalog/language/');
define('DIR_TEMPLATE', '/var/www/alh/catalog/view/theme/');
define('DIR_CONFIG', '/var/www/alh/system/config/');
define('DIR_IMAGE', '/var/www/alh/image/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', '/home/areogun/download/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');
define('DIR_LOGS', DIR_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_');
?>