#1989 Add disable app registry (#1993)

* Bump to v20.12

* Update Changelog

* Add disable app registry

* squash
This commit is contained in:
Adam Hopkins
2021-01-05 16:57:35 +02:00
committed by GitHub
parent 31337ba92a
commit 206992fe40
3 changed files with 23 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ DEFAULT_CONFIG = {
"PROXIES_COUNT": None,
"FORWARDED_FOR_HEADER": "X-Forwarded-For",
"FALLBACK_ERROR_FORMAT": "html",
"REGISTER": True,
}