Skip to content
Snippets Groups Projects
Commit 1c3c4a9b authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Add database access data for 4.x TYPO3 versions

parent 5ace1f2d
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,11 @@ $GLOBALS['TYPO3_CONF_VARS']['DB']['username'] = 'typo3';
$GLOBALS['TYPO3_CONF_VARS']['DB']['password'] = 'typo3';
$GLOBALS['TYPO3_CONF_VARS']['DB']['host'] = '127.0.0.1';
$typo_db = 'typo3';
$typo_db_username = 'typo3';
$typo_db_password = 'typo3';
$typo_db_host = '127.0.0.1';
// SSL settings for the backend login
//
// Notes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment