Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
extensions.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
59
Issues
59
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
9eda86e9
Commit
9eda86e9
authored
Jul 10, 2018
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to ddev v0.20.0
parent
6a4bde97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
14 deletions
+13
-14
.ddev/config.yaml
.ddev/config.yaml
+10
-10
html/typo3conf/LocalConfiguration.php
html/typo3conf/LocalConfiguration.php
+3
-4
No files found.
.ddev/config.yaml
View file @
9eda86e9
APIVersion
:
v0.
19
.0
APIVersion
:
v0.
20
.0
name
:
ter
type
:
typo3
docroot
:
html
...
...
@@ -18,17 +18,17 @@ 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'.
# Key features of ddev's config.yaml:
# name: <projectname> # Name of the project, automatically provides
# name: <projectname> # Name of the project, automatically provides
# http://projectname.ddev.local and https://projectname.ddev.local
# type: <projecttype> # drupal6/7/8, backdrop, typo3, wordpress, php
...
...
@@ -37,12 +37,12 @@ hooks:
# php_version: "7.1" # PHP version to use, "5.6", "7.0", "7.1", "7.2"
# You can explicitly specify the webimage, dbimage, dbaimage lines but this
# You can explicitly specify the webimage, dbimage, dbaimage lines but this
# is not recommended, as the images are often closely tied to ddev's' behavior,
# so this can break upgrades.
# webimage: <docker_image> # nginx/php docker image.
# dbimage: <docker_image> # mariadb docker image.
# webimage: <docker_image> # nginx/php docker image.
# dbimage: <docker_image> # mariadb docker image.
# dbaimage: <docker_image>
# router_http_port: <port> # Port to be used for http (defaults to port 80)
...
...
@@ -65,4 +65,4 @@ hooks:
# for them. Example:
#hooks:
# post-start:
# - exec: "composer install -d /var/www/html"
# - exec: "composer install -d /var/www/html"
\ No newline at end of file
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