From 8a15ba79e694584d9bf9a6203a58c2ff7d340510 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 8 May 2019 16:29:25 +0200 Subject: [PATCH] contrib: Add example config file. --- contrib/pantalaimon.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 contrib/pantalaimon.conf diff --git a/contrib/pantalaimon.conf b/contrib/pantalaimon.conf new file mode 100644 index 0000000..922d1be --- /dev/null +++ b/contrib/pantalaimon.conf @@ -0,0 +1,10 @@ +[Default] +LogLevel = Debug +SSL = True + +[local-matrix] +Homeserver = https://localhost:8448 +ListenAddress = localhost +ListenPort = 8009 +Proxy = http://localhost:8080 +SSL = False