mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
changed keyring key of mongodb data to OpenPype/mongodb
This commit is contained in:
parent
787d037ca0
commit
261e1db2c0
3 changed files with 3 additions and 3 deletions
|
|
@ -532,5 +532,5 @@ def change_openpype_mongo_url(new_mongo_url):
|
|||
"""
|
||||
|
||||
validate_mongo_connection(new_mongo_url)
|
||||
registry = OpenPypeSecureRegistry("Settings")
|
||||
registry = OpenPypeSecureRegistry("mongodb")
|
||||
registry.set_item("openPypeMongo", new_mongo_url)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue