how to proxy enable in server nodejs

JavaScript
proxy=http://username:password@host:port
https-proxy=http://username:password@host:port
https_proxy=http://username:password@host:port
no_proxy=127.0.0.1,localhost.*.mtn.co.za

Source

Also in JavaScript: