From 1d49262489db76c1659376dfc8bf9340a6f05e8a Mon Sep 17 00:00:00 2001
From: magnus <magnus@fsmpi.rwth-aachen.de>
Date: Thu, 4 Aug 2022 00:48:05 +0200
Subject: [PATCH] add explnaation tro exampleconfig

---
 exampleconfig.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/exampleconfig.py b/exampleconfig.py
index f31ab4c..67d4a26 100644
--- a/exampleconfig.py
+++ b/exampleconfig.py
@@ -1,2 +1,4 @@
-# url for Wiki  'https://user:password@wiki.example.com/lib/exe/xmlrpc.php' for Dokuwiki
+# url for the dokuwiki
+# basic auth is used hence the 'username:password@' at the front (no other login method is supported at the moment)
+# https is recomended in order to not send unencryptet login details 
 WIKI_API_URL = "https://user:password@wiki.example.com/lib/exe/xmlrpc.php"
-- 
GitLab