2021-08-31 19:07:19 +05:00
|
|
|
# HTTP-server listen address
|
|
|
|
ListenAddress = ":8000"
|
|
|
|
|
|
|
|
# File storage path
|
2021-08-31 19:13:53 +05:00
|
|
|
StoragePath = "/tmp"
|
2021-08-31 19:07:19 +05:00
|
|
|
|
|
|
|
# File removing period (hours)
|
|
|
|
RemoveFilePeriod = 1
|
|
|
|
|
2021-08-31 19:14:07 +05:00
|
|
|
LogLevel = "error"
|