mirror of
https://gitlab.com/chicken-riders/RcGcDw.git
synced 2025-02-23 00:24:09 +00:00
Added disallow_regexes to settings.json.example related to #93
This commit is contained in:
parent
ec980ebd04
commit
de8d0155d9
|
@ -25,6 +25,7 @@
|
||||||
"license_detection": true,
|
"license_detection": true,
|
||||||
"license_regex_detect": "\\{\\{(license|lizenz|licence|copyright)",
|
"license_regex_detect": "\\{\\{(license|lizenz|licence|copyright)",
|
||||||
"license_regex": "\\{\\{(license|lizenz|licence|copyright)(\\ |\\|)(?P<license>.*?)\\}\\}",
|
"license_regex": "\\{\\{(license|lizenz|licence|copyright)(\\ |\\|)(?P<license>.*?)\\}\\}",
|
||||||
|
"disallow_regexes": [],
|
||||||
"wiki_bot_login": "",
|
"wiki_bot_login": "",
|
||||||
"wiki_bot_password": "",
|
"wiki_bot_password": "",
|
||||||
"show_added_categories": true,
|
"show_added_categories": true,
|
||||||
|
|
Loading…
Reference in a new issue