mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Webpublisher - introduced FTRACK_BOT_API_USER
This commit is contained in:
parent
47f529bdcc
commit
5164481b36
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue