Mercurial > hg > orthanc-education
view Resources/IntegrationTests/config.json @ 83:95cb8629add4 default tip
merge
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 19 Jun 2026 12:27:54 +0200 |
| parents | 530baa8a7764 |
| children |
line wrap: on
line source
{ "Plugins" : [ "." ], "StorageDirectory" : "/tmp/OrthancEducationStorage", "Education" : { "Enabled" : true, "AuthenticationHttpHeader" : "Mail", "Administrators" : { "Authentication" : "RestrictedHttpHeader", "RestrictedHeaders" : [ "admin@uclouvain.be" ] }, "StandardUsers" : { "Authentication" : "RestrictedHttpHeader", "RestrictedHeaders" : [ "instructor@uclouvain.be", "learner@uclouvain.be" ] }, "PublicRoots" : [ "http://my-public" ] }, "OrthancExplorer2" : { "IsDefaultOrthancUI" : false } }
