📝 add example config
This commit is contained in:
parent
479cd5e553
commit
955790b788
1 changed files with 9 additions and 0 deletions
9
config.py.example
Normal file
9
config.py.example
Normal 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'
|
Loading…
Add table
Add a link
Reference in a new issue