Configuration¶
- isso_url¶
HTTP URL points to your Isso server.
- isso_client_config¶
A mapping that corresponding to Isso Client Configuration.
Added in version 2.0.
- isso_exclude_patterns¶
- type: list[str]¶
- default: []¶
A list of glob-style patterns that should be excluded when inserting Isso comment thread. They are matched against the document name (docname).
isso_exclude_patternshas priority overisso_include_patterns.Added in version 2.0.
- isso_include_patterns¶
- type: list[str]¶
- default: []¶
A list of glob-style patterns that are used to insert Isso comment thread. They are matched against the document name (docname).
isso_exclude_patternshas priority overisso_include_patterns.Added in version 2.0.