AVALON_THUMBNAIL_ROOT is multiplatform path input

This commit is contained in:
iLLiCiTiT 2020-12-11 11:17:39 +01:00
parent e9bf54a4ec
commit cbe1dbb52f
2 changed files with 12 additions and 6 deletions

View file

@ -22,14 +22,16 @@
"label": "Avalon Mongo Timeout (ms)"
},
{
"type": "text",
"key": "AVALON_DB_DATA",
"label": "Avalon Mongo Data Location"
"type": "path-widget",
"label": "Thumbnail Storage Location",
"key": "AVALON_THUMBNAIL_ROOT",
"multiplatform": true,
"multipath": false
},
{
"type": "text",
"key": "AVALON_THUMBNAIL_ROOT",
"label": "Thumbnail Storage Location"
"key": "AVALON_DB_DATA",
"label": "Avalon Mongo Data Location"
},
{
"key": "environment",