Blame | Letzte Änderung | Log anzeigen | RSS feed
# You can find more information about this file on the symfony website:# http://www.symfony-project.org/reference/1_4/en/04-Settingsprod:.settings:no_script_name: ##NO_SCRIPT_NAME##logging_enabled: falsedev:.settings:error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>web_debug: truecache: falseno_script_name: falseetag: falsetest:.settings:error_reporting: <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>cache: falseweb_debug: falseno_script_name: falseetag: falseall:.settings:# Form security secret (CSRF protection)csrf_secret: ##CSRF_SECRET### Output escaping settingsescaping_strategy: ##ESCAPING_STRATEGY##escaping_method: ESC_SPECIALCHARS# Enable the database manageruse_database: ##USE_DATABASE##