Your IP : 216.73.216.63


Current Path : /var/www/ljmtc/cbt/
Upload File :
Current File : /var/www/ljmtc/cbt/config.php

<?php  // Moodle configuration file

unset($CFG);
global $CFG;
$CFG = new stdClass();

$CFG->dbtype    = 'mysqli';
$CFG->dblibrary = 'native';
$CFG->dbhost    = 'localhost';
$CFG->dbname    = 'cbt';
$CFG->dbuser    = 'cbt';
$CFG->dbpass    = 'Cbt123!@#';
$CFG->prefix    = 'mdl_';
$CFG->dboptions = array (
	  'dbpersist' => 0,
	    'dbport' => 443,
	      'dbsocket' => '',
	        'dbcollation' => 'utf8mb4_general_ci',
	);

$CFG->wwwroot   = 'https://ljmtc.org/cbt';
$CFG->dataroot  = '/var/www/moodledata';
$CFG->admin     = 'admin';

$CFG->directorypermissions = 0777;

require_once(__DIR__ . '/lib/setup.php');

// There is no php closing tag in this file,
// // it is intentional because it prevents trailing whitespace problems!