OWASP/NodeGoat

Unable to pass env vars to set mongodb uri

bizob2828 opened this issue · 2 comments

We use NodeGoat to test some of our code and we programmatically pass in mongodb uri via MONGODB_URI env var. This worked just fine until #147 was merged. The changed in https://github.com/OWASP/NodeGoat/pull/147/files#diff-5ad5fa7320dd1d0531493bee405d385b made the 2 env vars useless.

@bizob2828 Just noticed your PR. Thanks for updating about the issue and making the PR. 👍

It looks good to me and I have approved it. @UlisesGascon can you please have a look at the PR and merge if you see no issues running cypress tests with this change.

Closed in #174