removed another defunct config value
This commit is contained in:
parent
ce2095d7f8
commit
b377890a79
1 changed files with 2 additions and 4 deletions
|
@ -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" : {
|
||||
|
|
Loading…
Reference in a new issue