Webpublisher - introduced FTRACK_BOT_API_USER

This commit is contained in:
Petr Kalis 2021-08-25 10:57:22 +02:00
parent 47f529bdcc
commit 5164481b36
2 changed files with 2 additions and 1 deletions

View file

@ -31,7 +31,7 @@ class CollectUsername(pyblish.api.ContextPlugin):
_context = None
def process(self, context):
os.environ["FTRACK_API_USER"] = "pype.club"
os.environ["FTRACK_API_USER"] = os.environ["FTRACK_BOT_API_USER"]
os.environ["FTRACK_API_KEY"] = os.environ["FTRACK_BOT_API_KEY"]
self.log.info("CollectUsername")
for instance in context:

View file

@ -41,6 +41,7 @@ Deploy OP build distribution (Openpype Igniter) on an OS of your choice.
#!/usr/bin/env bash
export OPENPYPE_DEBUG=3
export WEBSERVER_HOST_IP=localhost
export FTRACK_BOT_API_USER=YOUR_API_USER
export FTRACK_BOT_API_KEY=YOUR_API_KEY
export PYTHONDONTWRITEBYTECODE=1
export OPENPYPE_MONGO=YOUR_MONGODB_CONNECTION