Revert "Moved the SCGI storage root default into Environment."
[jsvc.git] / src / dolda / jsvc / scgi / Environment.java
index b2f85bf..e91f57a 100644 (file)
@@ -27,8 +27,6 @@ public class Environment {
     }
     
     private void loadconfig() {
-       File sroot = new File(root, "store");
-       sysconfig.put("jsvc.storage", "file:" + sroot.getPath());
        File conf = new File(root, "jsvc.properties");
        if(conf.exists()) {
            try {