|
2 | 2 | return [ |
3 | 3 | 'BE' => [ |
4 | 4 | 'debug' => false, |
5 | | - 'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$RVROeGc0R21iU2M4UC43Wg$gEQqOxR8Y3Pa4ds9xRZY0dLpI0Mbu3EWA61b+9wzBW0', |
6 | | - 'loginRateLimit' => 0, |
| 5 | + 'explicitADmode' => 'explicitAllow', |
| 6 | + 'installToolPassword' => '$argon2i$v=19$m=16384,t=16,p=2$NHRRakR4a1VIaXhwcXVtYQ$pt8ySy8esoakVxigXIHjSIq7TMWKOGyeJmq6BvUPv1g', |
7 | 7 | 'passwordHashing' => [ |
8 | 8 | 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash', |
9 | 9 | 'options' => [], |
|
26 | 26 | ], |
27 | 27 | ], |
28 | 28 | ], |
| 29 | + 'EXT' => [], |
| 30 | + 'EXTCONF' => [ |
| 31 | + 'helhum-typo3-console' => [ |
| 32 | + 'initialUpgradeDone' => '9.5', |
| 33 | + ], |
| 34 | + ], |
29 | 35 | 'EXTENSIONS' => [ |
30 | 36 | 'backend' => [ |
31 | 37 | 'backendFavicon' => '', |
|
36 | 42 | 'loginLogo' => '', |
37 | 43 | 'loginLogoAlt' => '', |
38 | 44 | ], |
| 45 | + 'bootstrap_package' => [ |
| 46 | + 'disableCssProcessing' => '0', |
| 47 | + 'disableFontLoader' => '0', |
| 48 | + 'disableGoogleFontCaching' => '0', |
| 49 | + 'disablePageTsBackendLayouts' => '0', |
| 50 | + 'disablePageTsContentElements' => '0', |
| 51 | + 'disablePageTsRTE' => '0', |
| 52 | + 'disablePageTsTCADefaults' => '0', |
| 53 | + 'disablePageTsTCEFORM' => '0', |
| 54 | + 'disablePageTsTCEMAIN' => '0', |
| 55 | + ], |
39 | 56 | 'extension_builder' => [ |
40 | 57 | 'backupDir' => 'var/tx_extensionbuilder/backups', |
41 | 58 | 'backupExtension' => '1', |
42 | 59 | 'enableRoundtrip' => '1', |
43 | 60 | ], |
44 | 61 | 'extensionmanager' => [ |
45 | 62 | 'automaticInstallation' => '1', |
46 | | - 'offlineMode' => '0', |
47 | | - ], |
48 | | - 'redirects' => [ |
49 | | - 'showCheckIntegrityInfoInReports' => '1', |
50 | | - 'showCheckIntegrityInfoInReportsSeconds' => '86400', |
| 63 | + 'offlineMode' => '1', |
51 | 64 | ], |
52 | | - 'scheduler' => [ |
53 | | - 'maxLifetime' => '1440', |
54 | | - ], |
55 | | - 'styleguide' => [ |
56 | | - 'boolean_1' => '0', |
57 | | - 'boolean_2' => '1', |
58 | | - 'boolean_3' => '', |
59 | | - 'boolean_4' => '0', |
60 | | - 'color_1' => 'black', |
61 | | - 'color_2' => '#000000', |
62 | | - 'color_3' => '000000', |
63 | | - 'color_4' => '', |
64 | | - 'compat_default_1' => 'value', |
65 | | - 'compat_default_2' => '', |
66 | | - 'compat_input_1' => 'value', |
67 | | - 'compat_input_2' => '', |
68 | | - 'int_1' => '1', |
69 | | - 'int_2' => '', |
70 | | - 'int_3' => '-100', |
71 | | - 'int_4' => '2', |
72 | | - 'intplus_1' => '1', |
73 | | - 'intplus_2' => '', |
74 | | - 'intplus_3' => '2', |
75 | | - 'nested' => [ |
76 | | - 'input_1' => 'aDefault', |
77 | | - 'input_2' => '', |
78 | | - ], |
79 | | - 'offset_1' => 'x,y', |
80 | | - 'offset_2' => 'x', |
81 | | - 'offset_3' => ',y', |
82 | | - 'offset_4' => '', |
83 | | - 'options_1' => 'default', |
84 | | - 'options_2' => 'option_2', |
85 | | - 'options_3' => '', |
86 | | - 'predefined' => [ |
87 | | - 'boolean_1' => '1', |
88 | | - 'int_1' => '42', |
89 | | - ], |
90 | | - 'small_1' => 'value', |
91 | | - 'small_2' => '', |
92 | | - 'string_1' => 'value', |
93 | | - 'string_2' => '', |
94 | | - 'user_1' => '0', |
95 | | - 'wrap_1' => 'value', |
96 | | - 'wrap_2' => '', |
97 | | - 'zeroorder_input_1' => 'value', |
98 | | - 'zeroorder_input_2' => '', |
99 | | - 'zeroorder_input_3' => '', |
| 65 | + 'indexed_search' => [ |
| 66 | + 'catdoc' => '/usr/bin/', |
| 67 | + 'debugMode' => '0', |
| 68 | + 'deleteFromIndexAfterEditing' => '1', |
| 69 | + 'disableFrontendIndexing' => '0', |
| 70 | + 'enableMetaphoneSearch' => '1', |
| 71 | + 'flagBitMask' => '192', |
| 72 | + 'fullTextDataLength' => '0', |
| 73 | + 'ignoreExtensions' => '', |
| 74 | + 'indexExternalURLs' => '0', |
| 75 | + 'maxAge' => '0', |
| 76 | + 'maxExternalFiles' => '5', |
| 77 | + 'minAge' => '24', |
| 78 | + 'pdf_mode' => '20', |
| 79 | + 'pdftools' => '/usr/bin/', |
| 80 | + 'ppthtml' => '/usr/bin/', |
| 81 | + 'trackIpInStatistic' => '2', |
| 82 | + 'unrtf' => '/usr/bin/', |
| 83 | + 'unzip' => '/usr/bin/', |
| 84 | + 'useCrawlerForExternalFiles' => '0', |
| 85 | + 'useMysqlFulltext' => '0', |
| 86 | + 'xlhtml' => '/usr/bin/', |
100 | 87 | ], |
101 | 88 | ], |
102 | 89 | 'FE' => [ |
103 | | - 'cacheHash' => [ |
104 | | - 'enforceValidation' => true, |
105 | | - ], |
106 | 90 | 'debug' => false, |
107 | | - 'disableNoCacheParameter' => true, |
108 | 91 | 'passwordHashing' => [ |
109 | 92 | 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash', |
110 | 93 | 'options' => [], |
111 | 94 | ], |
112 | 95 | ], |
113 | 96 | 'GFX' => [ |
114 | | - 'processor' => 'GraphicsMagick', |
115 | | - 'processor_effects' => false, |
| 97 | + 'processor' => 'ImageMagick', |
| 98 | + 'processor_allowTemporaryMasksAsPng' => false, |
| 99 | + 'processor_colorspace' => 'sRGB', |
| 100 | + 'processor_effects' => true, |
116 | 101 | 'processor_enabled' => true, |
117 | 102 | 'processor_path' => '/usr/bin/', |
| 103 | + 'processor_path_lzw' => '/usr/bin/', |
118 | 104 | ], |
119 | 105 | 'LOG' => [ |
120 | 106 | 'TYPO3' => [ |
|
133 | 119 | ], |
134 | 120 | 'MAIL' => [ |
135 | 121 | 'transport' => 'sendmail', |
136 | | - 'transport_sendmail_command' => '/usr/local/bin/mailpit sendmail -t --smtp-addr 127.0.0.1:1025', |
| 122 | + 'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail test@example.org --smtp-addr 127.0.0.1:1025', |
| 123 | + 'transport_smtp_encrypt' => '', |
| 124 | + 'transport_smtp_password' => '', |
| 125 | + 'transport_smtp_server' => '', |
| 126 | + 'transport_smtp_username' => '', |
137 | 127 | ], |
138 | 128 | 'SYS' => [ |
139 | | - 'UTF8filesystem' => true, |
140 | 129 | 'caching' => [ |
141 | 130 | 'cacheConfigurations' => [ |
142 | 131 | 'hash' => [ |
143 | 132 | 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', |
144 | 133 | ], |
145 | 134 | 'imagesizes' => [ |
146 | 135 | 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', |
147 | | - 'options' => [ |
148 | | - 'compression' => true, |
149 | | - ], |
150 | 136 | ], |
151 | 137 | 'pages' => [ |
152 | 138 | 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', |
153 | | - 'options' => [ |
154 | | - 'compression' => true, |
155 | | - ], |
| 139 | + ], |
| 140 | + 'pagesection' => [ |
| 141 | + 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', |
156 | 142 | ], |
157 | 143 | 'rootline' => [ |
158 | 144 | 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend', |
159 | | - 'options' => [ |
160 | | - 'compression' => true, |
161 | | - ], |
162 | 145 | ], |
163 | 146 | ], |
164 | 147 | ], |
165 | 148 | 'devIPmask' => '', |
166 | 149 | 'displayErrors' => 0, |
167 | | - 'encryptionKey' => 'a6ce4db53bfc96e540abf8a057e3af08ae9256d7f90772ae41effc9c1a725ff0d76c597681ba69e426307b6e859af69f', |
| 150 | + 'encryptionKey' => '3a5826140e97e15e5f2f6de051e7e0f903958cb8d9a9caadaf6b237be88f53bde31462ef070939161e30e8ac101e2f3f', |
168 | 151 | 'exceptionalErrors' => 4096, |
169 | 152 | 'features' => [ |
170 | | - 'security.backend.enforceContentSecurityPolicy' => true, |
171 | | - 'security.system.enforceAllowedFileExtensions' => true, |
| 153 | + 'unifiedPageTranslationHandling' => true, |
172 | 154 | ], |
173 | | - 'sitename' => 'ExtensionBuilder Devbox', |
| 155 | + 'sitename' => 'Extension Builder Devbox', |
174 | 156 | 'systemMaintainers' => [ |
175 | 157 | 1, |
176 | 158 | ], |
|
0 commit comments