Timezones
LocalConfiguration.php
Go to the documentation of this file.
1<?php
2
3return [
4 'BE' => [
5 'debug' => true,
6 'explicitADmode' => 'explicitAllow',
7 'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$dVl6dnJNUllsRy5iN1pDSA$ElEBIvfqOAixtqT+trudS0vxe2rk8Gj8lWEqpubcQ8U',
8 'loginSecurityLevel' => 'normal',
9 'passwordHashing' => [
10 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
11 'options' => [],
12 ],
13 ],
14 'DB' => [
15 'Connections' => [
16 'Default' => [
17 'charset' => 'utf8',
18 'driver' => 'mysqli',
19 'tableoptions' => [
20 'charset' => 'utf8mb4',
21 'collate' => 'utf8mb4_unicode_ci',
22 ],
25 'dbname' => 't3acceptance',
26 'host' => '127.0.0.1',
27 'password' => 'root',
28 'port' => '3306',
29 'user' => 'root',
30 ],
31 ],
32 ],
33 'EXTENSIONS' => [
34 'backend' => [
35 'backendFavicon' => '',
36 'backendLogo' => '',
37 'loginBackgroundImage' => '',
38 'loginFootnote' => '',
39 'loginHighlightColor' => '',
40 'loginLogo' => '',
41 ],
42 'extensionmanager' => [
43 'automaticInstallation' => '1',
44 'offlineMode' => '0',
45 ],
46 ],
47 'FE' => [
48 'debug' => true,
49 'disableNoCacheParameter' => false,
50 'passwordHashing' => [
51 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
52 'options' => [],
53 ],
54 ],
55 'GFX' => [
56 'processor' => 'ImageMagick',
57 'processor_allowTemporaryMasksAsPng' => false,
58 'processor_colorspace' => 'sRGB',
59 'processor_effects' => false,
60 'processor_enabled' => true,
61 'processor_path' => '/usr/bin/',
62 'processor_path_lzw' => '/usr/bin/',
63 ],
64 'LOG' => [
65 'TYPO3' => [
66 'CMS' => [
67 'deprecations' => [
68 'writerConfiguration' => [
69 'notice' => [
70 'TYPO3\CMS\Core\Log\Writer\FileWriter' => [
71 'disabled' => false,
72 ],
73 ],
74 ],
75 ],
76 ],
77 ],
78 ],
79 'MAIL' => [
80 'transport' => 'sendmail',
81 'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail test@example.org --smtp-addr 127.0.0.1:1025',
82 'transport_smtp_encrypt' => '',
83 'transport_smtp_password' => '',
84 'transport_smtp_server' => '',
85 'transport_smtp_username' => '',
86 ],
87 'SYS' => [
88 'caching' => [
89 'cacheConfigurations' => [
90 'hash' => [
91 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
92 ],
93 'imagesizes' => [
94 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
95 'options' => [
96 'compression' => 1,
97 ],
98 ],
99 'pages' => [
100 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
101 'options' => [
102 'compression' => 1,
103 ],
104 ],
105 'pagesection' => [
106 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
107 'options' => [
108 'compression' => 1,
109 ],
110 ],
111 'rootline' => [
112 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
113 'options' => [
114 'compression' => 1,
115 ],
116 ],
117 ],
118 ],
119 'devIPmask' => '*',
120 'displayErrors' => 1,
121 'encryptionKey' => '8f9c7e53d8e5ca6268145801098f10fdd1bded009d97e0869602d1c4048cee335134514af354e474bb3c1d439ec1b2ab',
122 'exceptionalErrors' => 12290,
123 'features' => [
124 'felogin.extbase' => true,
125 'fluidBasedPageModule' => true,
126 'rearrangedRedirectMiddlewares' => true,
127 'unifiedPageTranslationHandling' => true,
128 'yamlImportsFollowDeclarationOrder' => true,
129 ],
130 'sitename' => 'New TYPO3 site',
131 'systemMaintainers' => [
132 1,
133 ],
134 'trustedHostsPattern' => '.*.*',
135 ],
136];