diff options
author | Georg | 2021-08-30 20:26:23 +0200 |
---|---|---|
committer | Georg | 2021-08-30 20:26:23 +0200 |
commit | f8c41da548f966dc32ee5a961b3385b447ab8cfa (patch) | |
tree | 5fa3ea1dea4f2a54e3e99d858e493a82e595cf1f /prosody-filer | |
parent | b75aabc56ea013cbe8b3e0f5d1001312b2850070 (diff) | |
parent | 1475cd6a182f9da5e244603328c0e21a3e1ddceb (diff) | |
download | xmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.tar.gz xmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.tar.bz2 xmpp-f8c41da548f966dc32ee5a961b3385b447ab8cfa.zip |
Merge branch 'master' of ssh://git.com.de:28/LibertaCasa/xmpp
Diffstat (limited to 'prosody-filer')
-rw-r--r-- | prosody-filer/config.toml | 4 |
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/" |