Skip to content

Commit

Permalink
fixup! resolve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nabdelgadir committed Aug 30, 2019
1 parent 0a455f1 commit f5631c8
Show file tree
Hide file tree
Showing 14 changed files with 744 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const MYSQL_CONFIG: DataSourceOptions = {
port: process.env.MYSQL_PORT || 3306,
database: process.env.MYSQL_DATABASE || 'repository-tests',
username: process.env.MYSQL_USER || 'root',
password: process.env.MYSQL_PASSWORD || '',
password: process.env.MYSQL_PASSWORD || 'pass',
createDatabase: true,
};

Expand Down
Loading

0 comments on commit f5631c8

Please sign in to comment.