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'