class documentation

class ConfigModel(BaseModel): (source)

View In Hierarchy

Representation of config section INI file parameters.

Instance Variable mongo_pwd Mongo password.
Instance Variable user Current user that is logged in.
mongo_pwd: str = (source)

Mongo password.

Current user that is logged in.