Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

shrine.conf is considerably more compact than in SHRINE 1.25.4, and slightly more compact than in SHRINE 3.0.0. This may be an opportunity to clean out the file in older installations. See the example file in shrine-setup/qep-and-adapter-shrine.conf .

Remove broadcasterServiceEndpoint

Shrine no longer uses broadcasterServiceEndpoint. Delete that from shrine.conf to save confusion.

Set the ontology version term for the ACT ontology


Code Block
languagejs
themeRDark
shrine {
...
  ontology {
    //term to use to look up the version of the ontology
    versionTerm = "\\SHRINE\\SHRINE\\ONTOLOGYVERSION" 
  }
...
}