mirror of
https://git.netzspielplatz.de/docker-multiarch/prosody-filer.git
synced 2025-11-08 17:19:28 +00:00
15 lines
448 B
TOML
15 lines
448 B
TOML
###
|
|
### Server configuration
|
|
### (rename this file to "config.toml"!)
|
|
|
|
### IP address and port to listen to, e.g. "[::]:5050" to listen to ipv6 and ipv4 addresses
|
|
listenport = "[::]:5050"
|
|
|
|
### Secret (must match the one in prosody.conf.lua!)
|
|
secret = "mysecret"
|
|
|
|
### Where to store the uploaded files
|
|
storeDir = "./uploads/"
|
|
|
|
### Subdirectory for HTTP upload / download requests (usually "upload/")
|
|
uploadSubDir = "upload/"
|