removed another defunct config value

This commit is contained in:
Kevin Froman 2019-06-16 22:02:06 -05:00
parent ce2095d7f8
commit b377890a79
1 changed files with 2 additions and 4 deletions

View File

@ -17,14 +17,12 @@
"www" : { "www" : {
"public" : { "public" : {
"run" : true, "run" : true,
"path" : "static-data/www/public/", "path" : "static-data/www/public/"
"guess_mime" : true
}, },
"private" : { "private" : {
"run" : true, "run" : true,
"path" : "static-data/www/private/", "path" : "static-data/www/private/"
"guess_mime" : true
}, },
"ui" : { "ui" : {