mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
OP-2053 - merge develop
This commit is contained in:
commit
1cbcdba969
189 changed files with 720 additions and 293 deletions
4
start.py
4
start.py
|
|
@ -926,7 +926,9 @@ def boot():
|
|||
sys.exit(1)
|
||||
|
||||
os.environ["OPENPYPE_MONGO"] = openpype_mongo
|
||||
os.environ["OPENPYPE_DATABASE_NAME"] = "openpype" # name of Pype database
|
||||
# name of Pype database
|
||||
os.environ["OPENPYPE_DATABASE_NAME"] = \
|
||||
os.environ.get("OPENPYPE_DATABASE_NAME") or "openpype"
|
||||
|
||||
_print(">>> run disk mapping command ...")
|
||||
run_disk_mapping_commands(openpype_mongo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue