Skip to content

Commit

Permalink
docs: update typo in using-ormconfig.md
Browse files Browse the repository at this point in the history
Typo in .env configuration: .*js changed to *.js
  • Loading branch information
markamPL authored and vlapo committed Jul 24, 2019
1 parent b6d6278 commit 10a5182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using-ormconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ TYPEORM_DATABASE = test
TYPEORM_PORT = 3000
TYPEORM_SYNCHRONIZE = true
TYPEORM_LOGGING = true
TYPEORM_ENTITIES = entity/.*js,modules/**/entity/.*js
TYPEORM_ENTITIES = entity/*.js,modules/**/entity/*.js
```

List of available env variables you can set:
Expand Down

0 comments on commit 10a5182

Please sign in to comment.