shotgunsoftware / shotgunEvents

Flow Production Tracking event processing framework.
Other
129 stars 122 forks source link

Add support for connecting to Shotgun via a proxy server #47

Closed kporangehat closed 8 years ago

kporangehat commented 8 years ago

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

pboucher commented 8 years ago

Each plugin also has its own Shotgun connection that probably needs proxy access as well. ~line 767.