mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
Import project
This commit is contained in:
parent
f0e39831c2
commit
1b0cbbf5cd
13 changed files with 588 additions and 0 deletions
10
simplefileshare.conf
Normal file
10
simplefileshare.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# HTTP-server listen address
|
||||
ListenAddress = ":8000"
|
||||
|
||||
# File storage path
|
||||
StoragePath = "files"
|
||||
|
||||
# File removing period (hours)
|
||||
RemoveFilePeriod = 1
|
||||
|
||||
LogLevel = "debug"
|
Loading…
Add table
Add a link
Reference in a new issue