[TYPO3-dev] Feature Request: Splitting localconf.php into hard and soft
Kasper Skårhøj
kasper2006 at typo3.com
Fri Mar 10 10:01:06 CET 2006
My personal solution is to start all localconf.php files with this:
<?php
require('/Users/kasper/Sites/typo3/common_localconf.php');
$typo_db = 't3_dummy2'; // Modified or inserted by TYPO3 Install
Tool.
....
So the file "common_localconf.php" contains most TYPO3_CONF_VARS
configurations which are related to the server (like graphics setup)
or general preference I have, install tool password, database host etc.
- kasper
More information about the TYPO3-dev
mailing list