mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
FTRACK_EVENTS_MONGO_DB and FTRACK_EVENTS_MONGO_COL renamed in settings
This commit is contained in:
parent
d7a0252c9f
commit
3b911a3974
2 changed files with 4 additions and 4 deletions
|
|
@ -43,12 +43,12 @@
|
|||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "FTRACK_EVENTS_MONGO_DB",
|
||||
"key": "mongo_database_name",
|
||||
"label": "Event Mongo DB"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "FTRACK_EVENTS_MONGO_COL",
|
||||
"key": "mongo_collection_name",
|
||||
"label": "Events Mongo Collection"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue