Set User/Password as ENV variable

Hi

I’m running Orthanc as Container App in Azure. I would like to setup username and password in secure way, maybe it’s not the best but would like to try ENV variables, but I’m not able to set it anyway. Anybody knows if it’s possible and what is ENV variable name for user and password? Is it also possible to disable default one?

BR
Damian

Hi,

Have a look at this sample.

HTH,

Alain.

Hi,

Thank you for answer. This solution works perfect!

Assigned json
{“username”: “password”} to ORTHANC__REGISTERED_USERS env variable.