mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Added comment on storage.home property.
This commit is contained in:
parent
499af4c008
commit
135411dc22
|
@ -365,6 +365,11 @@ gitpitch {
|
||||||
https = false
|
https = false
|
||||||
|
|
||||||
storage {
|
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"
|
home = "/tmp/gitpitch/swap"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user