Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 15, 2024
1 parent a573a67 commit d1b52d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tugboat/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

//echo "dbtype...";
//print_r($CFG->dbtype);
//phpinfo();
phpinfo();

if (getenv('MOODLE_DOCKER_DBTYPE') === 'sqlsrv') {
$CFG->dboptions['extrainfo'] = [
Expand All @@ -24,7 +24,7 @@
'Encrypt' => false,
];
}
/*

if (empty($_SERVER['HTTP_HOST'])) {
$_SERVER['HTTP_HOST'] = 'localhost';
}
Expand All @@ -51,7 +51,7 @@
}
}
}
*/


$CFG->dataroot = '/var/www/moodledata';
$CFG->admin = 'admin';
Expand Down

0 comments on commit d1b52d0

Please sign in to comment.