Versions Compared

Key

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

...

See the canonical heavily annotated shrine.conf file in source code control.

 

Problem Handler

Add this section within the shrine block to properly log problems

Code Block
languagejs
shrine{
  problem {
    problemHandler = "net.shrine.problem.LogAndDatabaseProblemHandler$"
  }
}

Static Data Service

To add static data for SHRINE's new static data service to share, add it to shrine.conf within 

...