FTRACK_EVENTS_MONGO_DB and FTRACK_EVENTS_MONGO_COL renamed in settings

This commit is contained in:
iLLiCiTiT 2020-12-07 14:24:20 +01:00
parent d7a0252c9f
commit 3b911a3974
2 changed files with 4 additions and 4 deletions

View file

@ -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"
},
{