Interface MongoSettings
public interface MongoSettings
Common constants to for MongoDB settings.
- Since:
- 1.0
- Author:
- graemerocher
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default URI.static final String
The MongoDB URI setting.static final String
The MongoDB host setting.static final String
The MongoDB servers settings.static final String
The MongoDB URI setting.static final String
The prefix to use for all MongoDB settings.
-
Field Details
-
PREFIX
The prefix to use for all MongoDB settings.- See Also:
-
MONGODB_URI
The MongoDB URI setting.- See Also:
-
EMBEDDED
The MongoDB URI setting.- See Also:
-
MONGODB_HOST
The MongoDB host setting.- See Also:
-
MONGODB_SERVERS
The MongoDB servers settings.- See Also:
-
DEFAULT_URI
The default URI.- See Also:
-