JohanObrink / rethink-migrate

A migration tool for rethink db
MIT License
47 stars 24 forks source link

Fix for env vars not coming through from dotenv #38

Closed harrymbang closed 7 years ago

harrymbang commented 7 years ago

The dotenv module was loaded but not used, and as such env variables were not getting passed into the migrate functions. This PR addresses that.