From 1ffdb3c246bfd5bcb98cc9dfcc84a2d64e7cd54c Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sat, 1 Jan 2022 23:35:10 +0100 Subject: [PATCH] Add a security note to deploycfg --- conf/deploycfg.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/deploycfg.py b/conf/deploycfg.py index 6411a5f..6cb4c85 100644 --- a/conf/deploycfg.py +++ b/conf/deploycfg.py @@ -5,6 +5,11 @@ # This is an example. It may serve as a reasonable start, but do not just # blindly copy it to your production environment and expect it to work. +# IMPORTANT: Change permissions to this file prior to copying to the +# configuration directory! (Depending on the trustworthiness of your system, it +# might be sufficient to change the permissions prior to entering secret +# values, but it might not…) + DEBUG = False SECRET_KEY = ... ALLOWED_HOSTS = [...]