fix default persist path from DS for new location

This commit is contained in:
Stephen Birarda 2016-01-20 09:48:00 -08:00
parent c251267c02
commit 0bf5526d97

View file

@ -386,8 +386,8 @@
"name": "persistFilename",
"label": "Entities Filename",
"help": "the path to the file entities are stored in. Make sure the path exists.",
"placeholder": "entities/models.json.gz",
"default": "entities/models.json.gz",
"placeholder": "models.json.gz",
"default": "models.json.gz",
"advanced": true
},
{