From 86ecf28588cc7d3c2ffb64def733c103bd791949 Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Sat, 13 Aug 2016 20:27:01 +0530 Subject: [PATCH] prod_settings_template.py: Fix line with length greater than 120. This updates file zproject/prod_settings_template.py. --- zproject/prod_settings_template.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/zproject/prod_settings_template.py b/zproject/prod_settings_template.py index 67b957ed02..d6d935c23d 100644 --- a/zproject/prod_settings_template.py +++ b/zproject/prod_settings_template.py @@ -187,9 +187,12 @@ ENABLE_GRAVATAR = True # disable: I don't care about security, and I don't want to pay the overhead of encryption. # allow: I don't care about security, but I will pay the overhead of encryption if the server insists on it. # prefer: I don't care about encryption, but I wish to pay the overhead of encryption if the server supports it. -# require: I want my data to be encrypted, and I accept the overhead. I trust that the network will make sure I always connect to the server I want. -# verify-ca: I want my data encrypted, and I accept the overhead. I want to be sure that I connect to a server that I trust. -# verify-full: I want my data encrypted, and I accept the overhead. I want to be sure that I connect to a server I trust, and that it's the one I specify. +# require: I want my data to be encrypted, and I accept the overhead. I trust that the network will make sure +# I always connect to the server I want. +# verify-ca: I want my data encrypted, and I accept the overhead. I want to be sure that I connect to a server +# that I trust. +# verify-full: I want my data encrypted, and I accept the overhead. I want to be sure that I connect to a server +# I trust, and that it's the one I specify. #REMOTE_POSTGRES_HOST = 'dbserver.example.com' #REMOTE_POSTGRES_SSLMODE = 'require'