From cbd215830772323179c74d306b1121b9dc71e5c6 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Thu, 5 Jan 2023 23:45:49 +0000 Subject: [PATCH] [BUILD] Remove redundant options from settings file --- deploy/settings.example.ini | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/deploy/settings.example.ini b/deploy/settings.example.ini index 81f1434..194fa8e 100644 --- a/deploy/settings.example.ini +++ b/deploy/settings.example.ini @@ -4,21 +4,6 @@ ; Used to generate CSRF tokens - must never be made public # 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 ; Should the server run in debug mode? Provides information to users which is unsafe in production ; Default: False