Skip to content

Commit

Permalink
moodlehq#128 - debugging oracle credentials into databse class
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahullo committed Aug 11, 2021
1 parent 2ac2293 commit 9037110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Installer/MoodleInstaller.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public function install()

$this->getOutput()->debug('Creating Moodle\'s config file');
$contents = $this->config->createContents($this->database, $this->expandPath($this->dataDir));
$this->getOutput()->debug("database instance", (array)$this->database);
$this->getOutput()->debug($contents);
$this->config->dump($this->moodle->directory.'/config.php', $contents);

Expand Down

0 comments on commit 9037110

Please sign in to comment.