Resolve "API fails to connect to mongodb in authenticated mode"
Closes #6 (closed)
Added an optional parameter for mongodb: authSource parameter be set with env variable MONGO_AUTHSOURCE. if var is not set and an admin/password is given, authSource will default to 'admin'.
Edited by Bruno Boiget