Skip to content

Environment Configuration

The configuration settings for the applications are loaded from docker container by environment variables and in normal cases you have to override this.

MongoDb Connection

ConfigurationDefaultType
CONNECTION_HOSTlocalhostString
CONNECTION_PORT27017Long
CONNECTION_DATABASEmongocampString
CONNECTION_USERNAMEOption[String]
CONNECTION_PASSWORDOption[String]
CONNECTION_AUTHDBadminString

Auth

ConfigurationDescriptionDefaultType
AUTH_PREFIXPrefix for the MongoCamp needed Collections.mc_String
AUTH_USERSonly needed for static auth handlerEmpty ListList[String]
AUTH_ROLESonly needed for static auth handlerEmpty ListList[String]

Released under the Apache License 2.0.