From a203e7b1d9cec5a68c776392b68b9fbaf5f1561c Mon Sep 17 00:00:00 2001 From: Magnus Giesbert <magnus@fsmpi.rwth-aachen.de> Date: Thu, 28 Jul 2022 21:19:49 +0200 Subject: [PATCH] Add new file --- config.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..f31ab4c --- /dev/null +++ b/config.py @@ -0,0 +1,2 @@ +# url for Wiki 'https://user:password@wiki.example.com/lib/exe/xmlrpc.php' for Dokuwiki +WIKI_API_URL = "https://user:password@wiki.example.com/lib/exe/xmlrpc.php" -- GitLab