Add workDir config

pull/137/head
johnniang 2019-03-26 14:55:41 +08:00
parent 92e4804bf0
commit 3b451491a8
1 changed files with 5 additions and 0 deletions

View File

@ -21,4 +21,9 @@ public class HaloProperties {
* Production env. (Default is true)
*/
private Boolean productionEnv = true;
/**
* Work directory.
*/
private String workDir = "${user.home}/halo/";
}