📝 add example config

This commit is contained in:
neingeist 2025-06-02 21:19:23 +02:00
parent 479cd5e553
commit 955790b788

9
config.py.example Normal file
View file

@ -0,0 +1,9 @@
WIKI_HOST = 'entropia.de' # e.g. 'wiki.example.com'
WIKI_PATH = '/' # e.g. '/w/' for sites using path-based access
WIKI_USERNAME = 'Neinomat'
WIKI_PASSWORD = 's3cr3t'
WIKI_ARTICLE_PREFIX = 'GPN23:'
WIKI_CATEGORY_LIST = ['GPN23', 'Rezepte', 'Gulaschkueche', 'GPN23:Rezepte']
DIRECTORY = 'recipes-mediawiki'