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
7f8e8cbd
Commit
7f8e8cbd
authored
Jun 09, 2017
by
Stefan Busemann
Browse files
[TASK] init LocalConfiguration
parent
0027786d
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/LocalConfiguration.php
0 → 100644
View file @
7f8e8cbd
<?php
return
[
'BE'
=>
[
'debug'
=>
true
,
'explicitADmode'
=>
'explicitAllow'
,
'installToolPassword'
=>
'$pbkdf2-sha256$25000$/UpVUbDeE0Og9QSw6VYOAA$BFRJJlIe8zv9q2D0P/tXavimnAyvvqUiwvMpBJWgjZA'
,
'loginSecurityLevel'
=>
'rsa'
,
],
'DB'
=>
[
'Connections'
=>
[
'Default'
=>
[
'charset'
=>
'utf8'
,
'dbname'
=>
'dev_my_t3o'
,
'driver'
=>
'mysqli'
,
'host'
=>
'127.0.0.1'
,
'password'
=>
'root'
,
'port'
=>
3306
,
'user'
=>
'root'
,
],
],
],
'EXT'
=>
[
'extConf'
=>
[
'rsaauth'
=>
'a:1:{s:18:"temporaryDirectory";s:0:"";}'
,
'saltedpasswords'
=>
'a:2:{s:3:"BE.";a:4:{s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\Pbkdf2Salt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}s:3:"FE.";a:5:{s:7:"enabled";i:1;s:21:"saltedPWHashingMethod";s:41:"TYPO3\\CMS\\Saltedpasswords\\Salt\\Pbkdf2Salt";s:11:"forceSalted";i:0;s:15:"onlyAuthService";i:0;s:12:"updatePasswd";i:1;}}'
,
't3olayout'
=>
'a:0:{}'
,
],
],
'FE'
=>
[
'debug'
=>
true
,
'loginSecurityLevel'
=>
'rsa'
,
],
'GFX'
=>
[
'jpg_quality'
=>
'80'
,
'processor'
=>
'GraphicsMagick'
,
'processor_allowTemporaryMasksAsPng'
=>
false
,
'processor_colorspace'
=>
'RGB'
,
'processor_effects'
=>
-
1
,
'processor_enabled'
=>
true
,
'processor_path'
=>
'/usr/local/bin/'
,
'processor_path_lzw'
=>
'/usr/local/bin/'
,
],
'MAIL'
=>
[
'transport'
=>
'sendmail'
,
'transport_sendmail_command'
=>
'/usr/sbin/sendmail -t -i '
,
'transport_smtp_encrypt'
=>
''
,
'transport_smtp_password'
=>
''
,
'transport_smtp_server'
=>
''
,
'transport_smtp_username'
=>
''
,
],
'SYS'
=>
[
'caching'
=>
[
'cacheConfigurations'
=>
[
'extbase_object'
=>
[
'backend'
=>
'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend'
,
'frontend'
=>
'TYPO3\\CMS\\Core\\Cache\\Frontend\\VariableFrontend'
,
'groups'
=>
[
'system'
,
],
'options'
=>
[
'defaultLifetime'
=>
0
,
],
],
],
],
'devIPmask'
=>
'*'
,
'displayErrors'
=>
1
,
'enableDeprecationLog'
=>
'file'
,
'encryptionKey'
=>
'4acad5ab533e1e8a3abc8806d321dc26bc1840e676eb2d8c7069578cde9fd93eb9714fb55f951a8ffe02a6192c0fe430'
,
'exceptionalErrors'
=>
28674
,
'isInitialDatabaseImportDone'
=>
true
,
'isInitialInstallationInProgress'
=>
false
,
'sitename'
=>
'my.typo3.org'
,
'sqlDebug'
=>
1
,
'systemLogLevel'
=>
0
,
],
];
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