GetEnvHost returns the hostname of the Mongodb server to use for testing.
It reads the value from the MONGODB_HOST environment variable and returns
127.0.0.1 if it is not set.
GetMongodbEnvPort returns the port of the Mongodb server to use for testing.
It reads the value from the MONGODB_PORT environment variable and returns
27017 if it is not set.