Add commented-out settings to use when running against a readonly database.
- Legacy-Id: 4163
This commit is contained in:
parent
58f50b7ef2
commit
d22f741a71
|
@ -216,6 +216,10 @@ else:
|
|||
# doesn't have to set CACHE_BACKEND in settings_local
|
||||
CACHE_BACKEND = 'dummy:///'
|
||||
|
||||
# For readonly database operation
|
||||
# CACHE_BACKEND = 'memcached://127.0.0.1:11211/'
|
||||
# SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
|
||||
IPR_EMAIL_TO = ['ietf-ipr@ietf.org', ]
|
||||
DOC_APPROVAL_EMAIL_CC = ["RFC Editor <rfc-editor@rfc-editor.org>", ]
|
||||
|
||||
|
|
Loading…
Reference in a new issue