Skip to content

Commit

Permalink
docs: change pahts for the .env config
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch committed Apr 11, 2020
1 parent 9e31244 commit 3b3cf8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ module.exports = {
or add the following variables to your `.env` file.

```
TYPEORM_SEEDING_FACTORIES=src/seeds/**/*{.ts,.js}
TYPEORM_SEEDING_SEEDS=src/factories/**/*{.ts,.js}
TYPEORM_SEEDING_FACTORIES=src/factories/**/*{.ts,.js}
TYPEORM_SEEDING_SEEDS=src/seeds/**/*{.ts,.js}
```

![divider](./w3tec-divider.png)
Expand Down

0 comments on commit 3b3cf8f

Please sign in to comment.