Flood Data API
Create a .env file like so: export MONGOURL=<host>:<port> export MONGOUSER=<user> export MONGOPASS=<pass>
Source this file to allow mongoid.yml to use the env vars required to connect to the mongodb
.powrc should contain
source .env