Adds a new proxy_server config setting. Accepts values in the standard Shotgun API format of 111.222.333.444:8080. If it’s empty, no proxy server will be used when connecting to Shotgun.
Also, default to using Python binary specified by environment instead of hardcoding the location to /usr/bin/python
Adds a new
proxy_server
config setting. Accepts values in the standard Shotgun API format of111.222.333.444:8080
. If it’s empty, no proxy server will be used when connecting to Shotgun.Also, default to using Python binary specified by environment instead of hardcoding the location to
/usr/bin/python