elixir-mongo / elixir-mongo/mongodb_ecto
Distillery ENV vars not working for Mongo Adapter
Open
bug
help wanted
- Dominant language
- Elixir
- Stars
- 378
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
ENV vars are not making a full connection through the Mongo.Ecto Adapter.
Distillery build with ENV Vars:
```
REPLACE_OS_VARS,
DB_NAME,
DB_HOST,
DB_PORT,
HOST,
PORT
```
Returning Empty results -- Acts like Mongo is connected?
Test case built here:
https://github.com/mthomps4/MongoEcto-Envtest
Details outlined in README.md
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.