summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg2021-07-25 02:36:37 +0200
committerGeorg2021-07-25 02:36:37 +0200
commit1475cd6a182f9da5e244603328c0e21a3e1ddceb (patch)
tree3f7fa8a04d681644ce7666dcbe70c7c86444afd9
parente119d096e6f2bc36536240c10f89ef6ef68a7f99 (diff)
downloadxmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.tar.gz
xmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.tar.bz2
xmpp-1475cd6a182f9da5e244603328c0e21a3e1ddceb.zip
Prosody-filer configuration
Signed-off-by: Georg <georg@lysergic.dev>
-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/"