change default for models path to new directory

This commit is contained in:
Stephen Birarda 2016-01-20 09:28:47 -08:00
parent e69424e155
commit fdeb00d4c2

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": "resources/models.json.gz",
"default": "resources/models.json.gz",
"placeholder": "entities/models.json.gz",
"default": "entities/models.json.gz",
"advanced": true
},
{