mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-01 00:03:35 +05:00
10 lines
202 B
Text
10 lines
202 B
Text
# HTTP-server listen address
|
|
ListenAddress = "http://0.0.0.0:8000"
|
|
|
|
# File storage path
|
|
StoragePath = "/var/lib/simplefileshare"
|
|
|
|
# File removing period (hours)
|
|
RemoveFilePeriod = 1
|
|
|
|
LogLevel = "error"
|