Added comment on storage.home property.

This commit is contained in:
David Russell 2017-03-08 09:37:43 +07:00
parent 499af4c008
commit 135411dc22

View File

@ -365,6 +365,11 @@ gitpitch {
https = false
storage {
#
# Directory indicated for this property must exist on disk.
# When setting a custom path for this directory
# it is strongly recommended to use an absolute path.
#
home = "/tmp/gitpitch/swap"
}