Skip to content

Commit

Permalink
Issue #255: get $OTOBODBPassword from Kernel/Config.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Aug 14, 2020
1 parent 3243416 commit c2eaab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker/quick_setup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ sub Main {

const my $DBName => $ConfigObject->Get('Database');
const my $OTOBODBUser => $ConfigObject->Get('DatabaseUser');
const my $OTOBODBPassword => $ConfigObject->Get('DatabasePw');
const my $DBType => 'mysql';

{
Expand Down
Empty file modified bin/docker/run_test_suite.sh
100644 → 100755
Empty file.

0 comments on commit c2eaab5

Please sign in to comment.