Add an access_log

SYN-161 #resolve
This commit is contained in:
David Baker 2015-04-30 13:58:13 +01:00
parent 0c1b7f843b
commit d89a9f7283
3 changed files with 29 additions and 3 deletions

View file

@ -22,6 +22,8 @@ class CaptchaConfig(Config):
self.recaptcha_private_key = args.recaptcha_private_key
self.recaptcha_public_key = args.recaptcha_public_key
self.enable_registration_captcha = args.enable_registration_captcha
# XXX: This is used for more than just captcha
self.captcha_ip_origin_is_x_forwarded = (
args.captcha_ip_origin_is_x_forwarded
)