Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
9eda86e9
Commit
9eda86e9
authored
Jul 10, 2018
by
Thomas Löffler
Browse files
Update to ddev v0.20.0
parent
6a4bde97
Changes
2
Show whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
9eda86e9
APIVersion
:
v0.
19
.0
APIVersion
:
v0.
20
.0
name
:
ter
type
:
typo3
docroot
:
html
...
...
@@ -18,10 +18,10 @@ hooks:
-
exec
:
cp typo3conf/AdditionalConfiguration.ddev.php typo3conf/AdditionalConfiguration.php
# This config.yaml was created with ddev version v0.
19
.0
# webimage: drud/nginx-php-fpm-local:v0.
19
.0
# dbimage: drud/mariadb-local:v0.
19
.0
# dbaimage: drud/phpmyadmin:v0.
19
.0
# This config.yaml was created with ddev version v0.
20
.0
# webimage: drud/nginx-php-fpm-local:v0.
20
.0
# dbimage: drud/mariadb-local:v0.
20
.0
# dbaimage: drud/phpmyadmin:v0.
20
.0
# However we do not recommend explicitly wiring these images into the
# config.yaml as they may break future versions of ddev.
# You can update this config.yaml using 'ddev config'.
...
...
html/typo3conf/LocalConfiguration.php
View file @
9eda86e9
...
...
@@ -3,14 +3,12 @@ return [
'BE'
=>
[
'debug'
=>
true
,
'explicitADmode'
=>
'explicitAllow'
,
// the install tool password will be overwritten on deployment
'installToolPassword'
=>
'$P$CNFL2v68eXaD3NFqVuwQwGL2ButeOs1'
,
'loginSecurityLevel'
=>
'rsa'
,
],
'DB'
=>
[
'Connections'
=>
[
'Default'
=>
[
// the db credentials will be overwritten on deployment
'charset'
=>
'utf8'
,
'dbname'
=>
't3o'
,
'driver'
=>
'mysqli'
,
...
...
@@ -23,6 +21,8 @@ return [
],
'EXT'
=>
[
'extConf'
=>
[
'extensionmanager'
=>
'a:2:{s:21:"automaticInstallation";s:1:"1";s:11:"offlineMode";s:1:"0";}'
,
'gridelements'
=>
'a:3:{s:20:"additionalStylesheet";s:0:"";s:19:"nestingInListModule";s:1:"0";s:26:"overlayShortcutTranslation";s:1:"0";}'
,
'ig_ldap_sso_auth'
=>
'a:18:{s:18:"checkConfiguration";s:1:"0";s:21:"throwExceptionAtLogin";s:1:"1";s:22:"forceLowerCaseUsername";s:1:"1";s:26:"enableBELDAPAuthentication";s:1:"0";s:17:"TYPO3BEGroupExist";s:1:"0";s:16:"TYPO3BEUserExist";s:1:"0";s:10:"BEfailsafe";s:1:"0";s:27:"TYPO3BEGroupsNotSynchronize";s:1:"0";s:12:"keepBEGroups";s:1:"0";s:11:"enableBESSO";s:1:"0";s:26:"enableFELDAPAuthentication";s:1:"1";s:31:"TYPO3FEDeleteUserIfNoLDAPGroups";s:1:"0";s:32:"TYPO3FEDeleteUserIfNoTYPO3Groups";s:1:"0";s:17:"TYPO3FEGroupExist";s:1:"0";s:16:"TYPO3FEUserExist";s:1:"0";s:27:"TYPO3FEGroupsNotSynchronize";s:1:"1";s:12:"keepFEGroups";s:1:"1";s:11:"enableFESSO";s:1:"0";}'
,
'realurl'
=>
'a:6:{s:10:"configFile";s:34:"typo3conf/RealurlConfiguration.php";s:14:"enableAutoConf";s:1:"1";s:14:"autoConfFormat";s:1:"0";s:17:"segTitleFieldList";s:0:"";s:12:"enableDevLog";s:1:"0";s:10:"moduleIcon";s:1:"0";}'
,
'rsaauth'
=>
'a:1:{s:18:"temporaryDirectory";s:0:"";}'
,
...
...
@@ -37,7 +37,7 @@ return [
'FE'
=>
[
'debug'
=>
true
,
'loginSecurityLevel'
=>
'rsa'
,
'pageNotFound_handling'
=>
'404'
'pageNotFound_handling'
=>
'404'
,
],
'GFX'
=>
[
'jpg_quality'
=>
'80'
,
...
...
@@ -71,7 +71,6 @@ return [
'devIPmask'
=>
'*'
,
'displayErrors'
=>
1
,
'enableDeprecationLog'
=>
'file'
,
// the encryption key will be overwritten on deployment
'encryptionKey'
=>
'52fd0fa7b7337befc0840fd8ad8fd8868fc9d98f60ea9b6e737ce732448e80eb35d2662bc15d04eb523171ec727c1dee'
,
'exceptionalErrors'
=>
28674
,
'isInitialDatabaseImportDone'
=>
true
,
...
...
Write
Preview
Markdown
is supported
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