[REFACTOR] Remove redundant options from settings.ini

This commit is contained in:
2023-01-07 22:02:21 +00:00
parent 04f9f81408
commit a57aee1ea7

View File

@@ -1,14 +1,5 @@
[settings]
; REQUIRED=Secret key
; Used to generate CSRF tokens - must never be made public
# SECRET_KEY=SECRET_KEY_IS_REQUIRED
; Debug
; Should the server run in debug mode? Provides information to users which is unsafe in production
; Default: False
# DEBUG=False
; Allowed hosts
; Accepted values for server header in request - protects against CSRF and CSS attacks
; Default: * if DEBUG else localhost
@@ -59,7 +50,7 @@
; Default: None
# DEFAULT_FROM_EMAIL=None
; DEBUG ONLY=Email file path
; [DEBUG ONLY] Email file path
; Directory where emails will be stored if not using an SMTP server
; Default: mail.log
# EMAIL_FILE_PATH=mail.log