Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
shrine.keystore.password = "<enter your password>"
shrine.hiveCredentials.password = "<enter your password>"

...

Update shrine.conf

  • Remove pmEndpoint.url and replace with pmEndpoint.urlPath. urlPath only contains the path of the pmEndpoint url. This value will be appended to the i2b2BaseUrl. 
  • Remove ontEndpoint.url and replace with ontEndpoint.urlPath. urlPath only contains the path of the ontEndpoint url. This value will be appended to the i2b2BaseUrl.
  • Remove breakdownResultOutputTypes.
  • Move shrine.messagequeue element to to shrine.hub.messagequeue.
  • Move i2b2BaseUrl and hubBaseUrl into the main shrine{} block.

...