Initial commit

This commit is contained in:
Micha Gläß-Stöcker 2020-10-07 09:37:14 +02:00
commit d4c4179dd1
3 changed files with 29 additions and 0 deletions

15
config.toml Normal file
View file

@ -0,0 +1,15 @@
###
### 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/"