ACM-VIT / dolos

a friendly data mocking service to generate random data in the required format, all written in basic javascript; exactly how beginners like.
19 stars 22 forks source link

Use environment variables for dbms connectivity #40

Closed YashKumarVerma closed 4 years ago

YashKumarVerma commented 4 years ago

Edit the code to allow supplying credentials from .env file as well.

hpbonfim commented 4 years ago

I'll take this issue!

GusBedasi commented 4 years ago

Just to undestand the issue, you just want to be able to access .env variables within the database.js file?

YashKumarVerma commented 4 years ago

@GusBedasi yes