FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Synchronise Lookup institutions.

Merged Dean Rasheed requested to merge issue-7-synchronise-lookup-insts into master
All threads resolved!
4 files
+ 267
99
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 4
0
@@ -25,3 +25,7 @@ class Configuration(ConfigurationDataclassMixin):
# Secondary domain or domain alias for groups. If None, the value of "name" is used.
# Default: None
groups_domain: typing.Union[str, None] = None
# Secondary domain or domain alias for institutions. If None, the value of "name" is used.
# Default: None
insts_domain: typing.Union[str, None] = None
Loading