Configuration¶
- isso_url¶
- Type:
confval
- Default:
HTTP URL points to your Isso server.
- isso_client_config¶
- Type:
confval
- Default:
A mapping that corresponding to Isso Client Configuration.
Added in version 2.0.
- isso_exclude_patterns¶
- Type:
confval
- 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_patterns
has priority over⚙️isso_include_patterns
.Added in version 2.0.
- isso_include_patterns¶
- Type:
confval
- 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_patterns
has priority over⚙️isso_include_patterns
.Added in version 2.0.