Skip to content

Commit

Permalink
Update config.php to print basic debug of dbtype cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent 017a956 commit f2d0afa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .tugboat/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
$CFG->prefix = 'm_';
$CFG->dboptions = ['dbcollation' => getenv('MOODLE_DOCKER_DBCOLLATION')];

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

if (getenv('MOODLE_DOCKER_DBTYPE') === 'sqlsrv') {
$CFG->dboptions['extrainfo'] = [
// Disable Encryption for now on sqlsrv.
Expand Down

0 comments on commit f2d0afa

Please sign in to comment.