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