Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
test: try to have repos inherited from CrudRepositoryCtor
  • Loading branch information
Agnes Lin committed Aug 28, 2019
1 parent 2e522d7 commit bb71b45
Showing 1 changed file with 1 addition and 1 deletion.
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 || 'pass',
password: process.env.MYSQL_PASSWORD || '',
createDatabase: true,
};

Expand Down

0 comments on commit bb71b45

Please sign in to comment.