summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg2021-08-30 20:26:23 +0200
committerGeorg2021-08-30 20:26:23 +0200
commitf8c41da548f966dc32ee5a961b3385b447ab8cfa (patch)
tree5fa3ea1dea4f2a54e3e99d858e493a82e595cf1f
parentb75aabc56ea013cbe8b3e0f5d1001312b2850070 (diff)
parent1475cd6a182f9da5e244603328c0e21a3e1ddceb (diff)
downloadxmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.tar.gz
xmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.tar.bz2
xmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.zip
Merge branch 'master' of ssh://git.com.de:28/LibertaCasa/xmpp
-rw-r--r--prosody-filer/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/prosody-filer/config.toml b/prosody-filer/config.toml
new file mode 100644
index 0000000..6ea6b4d
--- /dev/null
+++ b/prosody-filer/config.toml
@@ -0,0 +1,4 @@
+listenport = "[::1]:5050"
+secret = "$SEC"
+storeDir = "./upload/"
+uploadSubDir = "upload/"