mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-01 00:03:35 +05:00
Change to default disk storage
This commit is contained in:
parent
2e3d9781be
commit
fbe1d98e93
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
ListenAddress = ":8000"
|
ListenAddress = ":8000"
|
||||||
|
|
||||||
# File storage path
|
# File storage path
|
||||||
StoragePath = "/tmp"
|
StoragePath = "/var/lib/simplefileshare"
|
||||||
|
|
||||||
# File removing period (hours)
|
# File removing period (hours)
|
||||||
RemoveFilePeriod = 1
|
RemoveFilePeriod = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue