AutodocBaseSettings

pydantic settings qcelemental.models.AutodocBaseSettings[source]

Show JSON schema
{
   "title": "AutodocBaseSettings",
   "description": "Base class for settings, allowing values to be overridden by environment variables.\n\nThis is useful in production for secrets you do not wish to save in code, it plays nicely with docker(-compose),\nHeroku and any 12 factor app design.",
   "type": "object",
   "properties": {},
   "additionalProperties": false
}