Hi,
Is it possible somehow to load for example orthanc.json configuration file and read parameter from that file inside server-side Lua script?
My goal is, if this is possible, to define new custom parameter, and read it from server-side Lua script:
{
“AzureSASToken” : “SharedAccessToken …value…”,
//…
}
Thanks,
Vedran