[BUILD] Remove redundant options from settings file

This commit is contained in:
2023-01-05 23:45:49 +00:00
parent 0355392675
commit cbd2158307

View File

@@ -4,21 +4,6 @@
; Used to generate CSRF tokens - must never be made public ; Used to generate CSRF tokens - must never be made public
# SECRET_KEY=SECRET_KEY_IS_REQUIRED # SECRET_KEY=SECRET_KEY_IS_REQUIRED
; Parent project name
; Displayed in templates where the name of the parent project should be used
; Default: Parent Project Name
# PARENT_PROJECT_NAME=Parent Project Name
; Project long name
; Displayed in templates where the full name of the project should be used
; Default: Project Long Name
# PROJECT_LONG_NAME=Project Long Name
; Project short name
; Displayed in templates where a short identifier for the project should be used
; Default: shortname
# PROJECT_SHORT_NAME=shortname
; Debug ; Debug
; Should the server run in debug mode? Provides information to users which is unsafe in production ; Should the server run in debug mode? Provides information to users which is unsafe in production
; Default: False ; Default: False