Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 285 Bytes

README.rdoc

File metadata and controls

19 lines (11 loc) · 285 Bytes

README

Flood Data API

Database

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

Pow

.powrc should contain

source .env