RobinCK / typeorm-fixtures

:pill: Fixtures loader for typeorm 🇺🇦
https://robinck.github.io/typeorm-fixtures/
MIT License
566 stars 45 forks source link

feat: parses parameters from process.env #102

Closed doomsower closed 4 years ago

doomsower commented 4 years ago

This PR allows to use parameter substitution from process.env like this: id: '<{process.env.ADMIN_USER_ID}>'

Related #101

RobinCK commented 4 years ago

Thank you