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
c327311a
Commit
c327311a
authored
Jul 07, 2017
by
Thomas Löffler
Browse files
Adds .gitignore and configuration for local development
parent
e41c377d
Pipeline
#1356
passed with stages
in 6 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
c327311a
bin
vendor
typo3_src
composer.lock
html/index.php
html/typo3
html/fileadmin/
html/typo3conf/ext/*
!html/typo3conf/ext/t3omy/
html/typo3conf/AdditionalConfiguration.php
html/typo3conf/deprecation_*
html/typo3conf/ENABLE_INSTALL_TOOL
html/typo3conf/PackageStates.php
html/typo3conf/l10n
html/typo3temp/
html/uploads/
html/typo3conf/LocalConfiguration.php
View file @
c327311a
...
...
@@ -3,29 +3,29 @@ return [
'BE'
=>
[
'debug'
=>
true
,
'explicitADmode'
=>
'explicitAllow'
,
'installToolPassword'
=>
'$pbkdf2-sha256$25000$
/UpVUbDeE0Og9QSw6VYOAA$BFRJJlIe8zv9q2D0P/tXavimnAyvvqUiwvMpBJWgjZA
'
,
'loginSecurityLevel'
=>
'
rsa
'
,
'installToolPassword'
=>
'$pbkdf2-sha256$25000$
oRS5QrY6LY0VQWgAxx5hcQ$mM7JqvMgnEfY1FtIW6Ngcj7mJqUNto4kBNJmRv0gUFk
'
,
'loginSecurityLevel'
=>
'
normal
'
,
],
'DB'
=>
[
'Connections'
=>
[
'Default'
=>
[
'charset'
=>
'utf8'
,
'dbname'
=>
'
dev_my_
t3o'
,
'dbname'
=>
't3o'
,
'driver'
=>
'mysqli'
,
'host'
=>
'
127.0.0.1
'
,
'password'
=>
'
root
'
,
'host'
=>
'
my-db
'
,
'password'
=>
'
k6mdcMp0MATlzKAE1RW6qFmmilqt2HNkQhbVgztu
'
,
'port'
=>
3306
,
'user'
=>
'
root
'
,
'user'
=>
'
t3o
'
,
],
],
],
'EXT'
=>
[
'extConf'
=>
[
'femanager'
=>
'a:2:{s:13:"disableModule";s:1:"0";s:10:"disableLog";s:1:"0";}'
,
'backend'
=>
'a:5:{s:9:"loginLogo";s:0:"";s:19:"loginHighlightColor";s:0:"";s:20:"loginBackgroundImage";s:0:"";s:11:"backendLogo";s:0:"";s:14:"backendFavicon";s:0:"";}'
,
'extensionmanager'
=>
'a:2:{s:21:"automaticInstallation";s:1:"1";s:11:"offlineMode";s:1:"0";}'
,
'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:{}'
,
't3omy'
=>
'a:0:{}'
,
'scheduler'
=>
'a:4:{s:11:"maxLifetime";s:4:"1440";s:11:"enableBELog";s:1:"1";s:15:"showSampleTasks";s:1:"1";s:11:"useAtdaemon";s:1:"0";}'
,
],
],
'FE'
=>
[
...
...
@@ -34,13 +34,13 @@ return [
],
'GFX'
=>
[
'jpg_quality'
=>
'80'
,
'processor'
=>
'
Graphics
Magick'
,
'processor'
=>
'
Image
Magick'
,
'processor_allowTemporaryMasksAsPng'
=>
false
,
'processor_colorspace'
=>
'RGB'
,
'processor_effects'
=>
-
1
,
'processor_colorspace'
=>
'
s
RGB'
,
'processor_effects'
=>
1
,
'processor_enabled'
=>
true
,
'processor_path'
=>
'/usr/
local/
bin/'
,
'processor_path_lzw'
=>
'/usr/
local/
bin/'
,
'processor_path'
=>
'/usr/bin/'
,
'processor_path_lzw'
=>
'/usr/bin/'
,
],
'MAIL'
=>
[
'transport'
=>
'sendmail'
,
...
...
@@ -68,7 +68,7 @@ return [
'devIPmask'
=>
'*'
,
'displayErrors'
=>
1
,
'enableDeprecationLog'
=>
'file'
,
'encryptionKey'
=>
'
4acad5ab533e1e8a3abc8806d321dc26bc1840e676eb2d8c7069578cde9fd93eb9714fb55f951a8ffe02a6192c0fe430
'
,
'encryptionKey'
=>
'
db379ac7cd9a141040b6b9eca3fd574c0513c1200bdf1af600794d434a682b7ff170107496d1f0445d432d0e7d2a74f5
'
,
'exceptionalErrors'
=>
28674
,
'isInitialDatabaseImportDone'
=>
true
,
'isInitialInstallationInProgress'
=>
false
,
...
...
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