mirror of https://github.com/halo-dev/halo
Add workDir config
parent
92e4804bf0
commit
3b451491a8
|
@ -21,4 +21,9 @@ public class HaloProperties {
|
||||||
* Production env. (Default is true)
|
* Production env. (Default is true)
|
||||||
*/
|
*/
|
||||||
private Boolean productionEnv = true;
|
private Boolean productionEnv = true;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Work directory.
|
||||||
|
*/
|
||||||
|
private String workDir = "${user.home}/halo/";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue