Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
f91e8cde
Commit
f91e8cde
authored
Mar 03, 2017
by
Thomas Löffler
Browse files
[TASK] Add template for local DB connection settings into sample
parent
37bf740b
Changes
1
Show whitespace changes
Inline
Side-by-side
html/typo3conf/AdditionalConfiguration.sample.php
View file @
f91e8cde
...
...
@@ -15,3 +15,12 @@
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'trustedHostsPattern'
]
=
'.*'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'BE'
][
'loginSecurityLevel'
]
=
'normal'
;
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'FE'
][
'loginSecurityLevel'
]
=
'normal'
;
// set your own local environment credentials in here
//$GLOBALS['TYPO3_CONF_VARS']['DB'] = [
// 'database' => '',
// 'host' => '',
// 'password' => '',
// 'port' => 3306,
// 'username' => '',
//];
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment