diff options
author | Georg | 2021-07-25 02:36:37 +0200 |
---|---|---|
committer | Georg | 2021-07-25 02:36:37 +0200 |
commit | 1475cd6a182f9da5e244603328c0e21a3e1ddceb (patch) | |
tree | 3f7fa8a04d681644ce7666dcbe70c7c86444afd9 /prosody-filer | |
parent | e119d096e6f2bc36536240c10f89ef6ef68a7f99 (diff) | |
download | xmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.tar.gz xmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.tar.bz2 xmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.zip |
Prosody-filer configuration
Signed-off-by: Georg <georg@lysergic.dev>
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/" |