Skip to content

Instantly share code, notes, and snippets.

@andyh
Created April 24, 2009 18:11
Show Gist options
  • Save andyh/101251 to your computer and use it in GitHub Desktop.
Save andyh/101251 to your computer and use it in GitHub Desktop.
<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'The Site Name [DEV]';
// Default password is "joh316" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] = 'bacb98acf97e0b6112b1d1b650b84971';
$typo_db_extTableDef_script = 'extTables.php';
require '/full/path/to/the/project/config/db_settings.php';
$TYPO3_CONF_VARS['SYS']['encryptionKey'] = 'fd15297b8a6fd2d22ec3fa472b76378c';
$TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help context_help extra_page_cm_options impexp sys_note tstemplate tstemplate_ceditor tstemplate_info tstemplate_objbrowser tstemplate_analyzer func_wizards wizard_crpages wizard_sortpages lowlevel install belog beuser aboutmodules setup taskcenter info_pagetsconfig viewpage rtehtmlarea css_styled_content t3skin';
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2';
## ImageMagick/GraphicsMagick Configuration
$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';
$TYPO3_CONF_VARS['GFX']["im_path"] = '/usr/local/bin/';
$TYPO3_CONF_VARS['GFX']["im_path_lzw"] = '/usr/local/bin/';
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';
$TYPO3_CONF_VARS['SYS']['setMemoryLimit'] = '256';
$TYPO3_CONF_VARS['GFX']['gdlib_2'] = '1';
$TYPO3_CONF_VARS['GFX']['im_imvMaskState'] = '0';
$TYPO3_CONF_VARS['GFX']['im_v5effects'] = '0';
$TYPO3_CONF_VARS['GFX']['im_negate_mask'] = '1';
$TYPO3_CONF_VARS['GFX']['im_no_effects'] = '0';
$TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '0';
// For backend charset
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;';
## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be changed by the install script!
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment