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