cofacts / rumors-db

Scripts for managing rumors db
https://g0v.hackmd.io/@mrorz/S1caurZq8
MIT License
6 stars 11 forks source link

Uses dotenv to replace node-config #33

Closed MrOrz closed 6 years ago

MrOrz commented 6 years ago

For this repository, environment setup is simple, thus .env is directly checked into the repo.

This also simplifies unit test of rumors-api, because rumors-db is its submodule and has .env already in place pointing to rumors-test-db (localhost:62223).