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" : {
"public" : {
"run" : true,
"path" : "static-data/www/public/",
"guess_mime" : true
"path" : "static-data/www/public/"
},
"private" : {
"run" : true,
"path" : "static-data/www/private/",
"guess_mime" : true
"path" : "static-data/www/private/"
},
"ui" : {