This repository has been archived on 2026-04-08. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gpn23-recipes/config.py.example

10 lines
310 B
Text
Raw Normal View History

2025-06-02 21:19:23 +02:00
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'