NodeJS applications on Azure portal are running by default in production environment (process.env.NODE_ENV is production).
Is it possible to change the environment to development? And how?
(If it matters, I configured the application as a Web Site on Azure.)