WebMongoDb

Wrapper around mongo db configurations.

final
static if(isWeb)
class WebMongoDb {}

Members

Variables

host
string host;

The host of the mongo db.

port
ushort port;

The port of the mongo db. This should only be used if the host is an IP.

Meta