mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added admin_password to global settings key
This commit is contained in:
parent
353c830517
commit
7c47fec2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class CacheValues:
|
|||
|
||||
class MongoSettingsHandler(SettingsHandler):
|
||||
"""Settings handler that use mongo for storing and loading of settings."""
|
||||
global_general_keys = ("openpype_path", )
|
||||
global_general_keys = ("openpype_path", "admin_password")
|
||||
|
||||
def __init__(self):
|
||||
# Get mongo connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue