view Plugins/WSI/AnnotationsLearnerToLearnerSharing.json @ 972:d4eacd47d487 default

merged pg-next-1099 -> default
author Alain Mazy <am@orthanc.team>
date Fri, 18 Sep 2026 14:47:35 +0200
parents 9866889be864
children
line wrap: on
line source

{
  "Plugins" : [ "${PWD}" ],
  "StorageDirectory" : "/tmp/orthanc-storage/",
  "RemoteAccessAllowed" : true,
  "AuthenticationEnabled" : true,
  "RegisteredUsers" : {
    "alice" : "orthanctest"
  },
  "ExecuteLuaEnabled": true,

  "WholeSlideImaging" : {
    "AuthenticationSource" : "HttpHeader",
    "AuthenticationHttpHeader" : "Mail",
    "EnableAnnotations" : true,
    "EnableAnnotationsSharing" : true,
    "EnableLearnerToLearnerSharing" : true,
    "Instructors" : [
      "admin@uclouvain.be",
      "instructor@uclouvain.be"
    ]
  }
}