mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Set default linux storage path
This commit is contained in:
parent
1b0cbbf5cd
commit
3086a74e00
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
ListenAddress = ":8000"
|
ListenAddress = ":8000"
|
||||||
|
|
||||||
# File storage path
|
# File storage path
|
||||||
StoragePath = "files"
|
StoragePath = "/tmp"
|
||||||
|
|
||||||
# File removing period (hours)
|
# File removing period (hours)
|
||||||
RemoveFilePeriod = 1
|
RemoveFilePeriod = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue