I changed the config file and got this error:
Parse error: syntax error, unexpected T_VARIABLE in /home/content/99/9461899/html/moodle/moodle/config.php on line 47
$CFG->dbtype = 'pgsql'; // 'pgsql', 'mariadb', 'mysqli', 'mssql', 'sqlsrv' or 'oci'
$CFG->dblibrary = 'native'; // 'native' only at the moment
$CFG->dbhost = 'XX.XX.XX.X'; // eg 'localhost' or 'db.isp.com' or IP
$CFG->dbname = 'cimoodle'; // database name, eg moodle
$CFG->dbuser = 'cimoodle'; // your database username
$CFG->dbpass = 'xxxxxxxxxxxx' // your database password
$CFG->prefix = 'mdl_'; // prefix to use for all table names
$CFG->dboptions = array(
'dbpersist' => false, // should persistent database connections be
// used? set to 'false' for the most stable
// setting, 'true' can improve performance
// sometimes
'dbsocket' => true, // should connection via UNIX socket be used?
// if you set it to 'true' or custom path
// here set dbhost to 'localhost',
// (please note mysql is always using socket
// if dbhost is 'localhost' - if you need
// local port connection use '127.0.0.1')
'dbport' => '127.0.0.1', // the TCP port number to use when connecting
// to the server. keep empty string for the
// default port