mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-01-18 11:11:10 +05:00
11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
# HTTP-server listen address
|
||
|
ListenAddress = ":8000"
|
||
|
|
||
|
# File storage path
|
||
|
StoragePath = "files"
|
||
|
|
||
|
# File removing period (hours)
|
||
|
RemoveFilePeriod = 1
|
||
|
|
||
|
LogLevel = "debug"
|