diff --git a/exampleconfig.py b/exampleconfig.py
index f31ab4c7b4cfd44c592e5bbbc03372929010f7b9..67d4a26e33841110f49697517427e6aae9343abc 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"