Versions Compared

Key

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

Update shrine.conf

  • Remove the shrine.ontology.versionTerm property
  • HUB nodes only: Remove the shrine.hub.networkhealth property if defined.

...

The logo in the top left of the webclient can be changed by specifying a file path or URL to an image ((PNG, JPG, GIF, etc) . Image can be any size, it will be resized to fit the header.

Code Block
languagexml
themeRDark
webclient.logo = "/path/to/image.png"

(Optional) Change the default network name

The default name is SHRINE but the network name can be changed by setting the webclient.name property. For best display results, the network name should be 75 characters or less.

Code Block
languagexml
themeRDark
webclient.name = "My SHRINE"

(Optional) Client side proxy options

Client side proxy settings can now be configured using the -D option on tomcat startup(https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/doc-files/net-properties.html#Proxies). 

Code Block
languagexml
themeRDark
-Dhttps.proxyHost=<proxy host> -Dhttps.proxyPort=<proxy port>