diff --git a/src/main/java/cc/ryanc/halo/config/properties/HaloProperties.java b/src/main/java/cc/ryanc/halo/config/properties/HaloProperties.java index 59b19898f..d357b21ae 100644 --- a/src/main/java/cc/ryanc/halo/config/properties/HaloProperties.java +++ b/src/main/java/cc/ryanc/halo/config/properties/HaloProperties.java @@ -21,4 +21,9 @@ public class HaloProperties { * Production env. (Default is true) */ private Boolean productionEnv = true; + + /** + * Work directory. + */ + private String workDir = "${user.home}/halo/"; }