Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
t3o
my.typo3.org
Commits
677e7f94
Commit
677e7f94
authored
May 21, 2019
by
Stefan Busemann
Browse files
[TASK] Add sitename identifier for local development
parent
4bb1888d
Pipeline
#7048
passed with stages
in 3 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
private/typo3conf/AdditionalConfiguration.ddev.php
View file @
677e7f94
...
...
@@ -25,3 +25,4 @@ $GLOBALS['TYPO3_CONF_VARS']['MAIL'] = [
];
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'BE'
][
'installToolPassword'
]
=
'$P$CZqeoYBTHC0kXKny4tpTvBSzzV5wVY0'
;
/* joh316 */
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'sitename'
]
=
' LOCAL: '
.
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'sitename'
];
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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