LocalConfiguration.php 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. <?php
  2. // Read the .env file and add its values to globals:
  3. $dotenv = Dotenv\Dotenv::createImmutable(__DIR__);
  4. // You cannot use getenv() to request the variables from .env file because getenv() is unsafe!
  5. // If you have to use getenv() replace the above 'initializer' with:
  6. // $dotenv = Dotenv\Dotenv::createMutable(__DIR__);
  7. $dotenv->safeLoad();
  8. return [
  9. 'BE' => [
  10. 'debug' => false,
  11. 'explicitADmode' => 'explicitAllow',
  12. 'installToolPassword' => '$argon2i$v=19$m=65536,t=16,p=1$dkhoTUouM3V0OUUySTBldQ$YwvvC9JLfXUCNmoMrL4eDQptv/LNTt1g/wUpVjIxCwk',
  13. 'loginSecurityLevel' => 'normal',
  14. 'passwordHashing' => [
  15. 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
  16. 'options' => [],
  17. ],
  18. ],
  19. 'DB' => [
  20. 'Connections' => [
  21. 'Default' => [
  22. 'charset' => 'utf8mb4',
  23. 'dbname' => $_ENV['BE_DATABASE'],
  24. 'driver' => 'mysqli',
  25. 'host' => $_ENV['BE_DATABASE_HOST'],
  26. 'password' => $_ENV['BE_DATABASE_PASSWORD'],
  27. 'port' => 3306,
  28. 'tableoptions' => [
  29. 'charset' => 'utf8mb4',
  30. 'collate' => 'utf8mb4_unicode_ci',
  31. ],
  32. 'user' => $_ENV['BE_DATABASE_USER'],
  33. ],
  34. ],
  35. ],
  36. 'EXTCONF' => [
  37. 'helhum-typo3-console' => [
  38. 'initialUpgradeDone' => '10.4',
  39. ],
  40. ],
  41. 'EXTENSIONS' => [
  42. 'backend' => [
  43. 'backendFavicon' => '',
  44. 'backendLogo' => '',
  45. 'loginBackgroundImage' => '',
  46. 'loginFootnote' => '',
  47. 'loginHighlightColor' => '',
  48. 'loginLogo' => '',
  49. ],
  50. 'extensionmanager' => [
  51. 'automaticInstallation' => '1',
  52. 'offlineMode' => '0',
  53. ],
  54. 'scheduler' => [
  55. 'maxLifetime' => '1440',
  56. 'showSampleTasks' => '1',
  57. ],
  58. ],
  59. 'FE' => [
  60. 'debug' => false,
  61. 'disableNoCacheParameter' => true,
  62. 'passwordHashing' => [
  63. 'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\Argon2iPasswordHash',
  64. 'options' => [],
  65. ],
  66. ],
  67. 'GFX' => [
  68. 'processor' => 'GraphicsMagick',
  69. 'processor_allowTemporaryMasksAsPng' => false,
  70. 'processor_colorspace' => 'RGB',
  71. 'processor_effects' => false,
  72. 'processor_enabled' => true,
  73. 'processor_path' => '/usr/bin/',
  74. 'processor_path_lzw' => '/usr/bin/',
  75. ],
  76. 'LOG' => [
  77. 'TYPO3' => [
  78. 'CMS' => [
  79. 'deprecations' => [
  80. 'writerConfiguration' => [
  81. 'notice' => [
  82. 'TYPO3\CMS\Core\Log\Writer\FileWriter' => [
  83. 'disabled' => true,
  84. ],
  85. ],
  86. ],
  87. ],
  88. ],
  89. ],
  90. ],
  91. 'MAIL' => [
  92. 'transport' => 'sendmail',
  93. 'transport_sendmail_command' => '/usr/local/bin/mailhog sendmail test@example.org --smtp-addr 127.0.0.1:1025',
  94. 'transport_smtp_encrypt' => '',
  95. 'transport_smtp_password' => '',
  96. 'transport_smtp_server' => '',
  97. 'transport_smtp_username' => '',
  98. ],
  99. 'MRM' => [
  100. 'dkz' => [
  101. 'layer' => $_ENV['DKZ_LAYER'],
  102. 'pwd' => $_ENV['DKZ_PASSWORD'],
  103. 'url' => $_ENV['DKZ_URL'],
  104. 'usr' => $_ENV['DKZ_USER'],
  105. ],
  106. ],
  107. 'SYS' => [
  108. 'caching' => [
  109. 'cacheConfigurations' => [
  110. 'hash' => [
  111. 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
  112. ],
  113. 'imagesizes' => [
  114. 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
  115. 'options' => [
  116. 'compression' => true,
  117. ],
  118. ],
  119. 'pages' => [
  120. 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
  121. 'options' => [
  122. 'compression' => true,
  123. ],
  124. ],
  125. 'pagesection' => [
  126. 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
  127. 'options' => [
  128. 'compression' => true,
  129. ],
  130. ],
  131. 'rootline' => [
  132. 'backend' => 'TYPO3\\CMS\\Core\\Cache\\Backend\\Typo3DatabaseBackend',
  133. 'options' => [
  134. 'compression' => true,
  135. ],
  136. ],
  137. ],
  138. ],
  139. 'devIPmask' => '',
  140. 'displayErrors' => 0,
  141. 'encryptionKey' => '08ee39fc5214275f98470b111b1f7cf375166362a3b4ea77d3d40d3cc2ba6d158c2f72ab9ff6a33640dda114f89c42f6',
  142. 'exceptionalErrors' => 4096,
  143. 'features' => [
  144. 'felogin.extbase' => true,
  145. 'fluidBasedPageModule' => true,
  146. 'rearrangedRedirectMiddlewares' => true,
  147. 'unifiedPageTranslationHandling' => true,
  148. 'yamlImportsFollowDeclarationOrder' => true,
  149. 'security.backend.enforceReferrer' => false,
  150. ],
  151. 'sitename' => 'abi2021',
  152. 'systemMaintainers' => [
  153. 1,
  154. ],
  155. 'trustedHostsPattern' => '.*',
  156. ],
  157. ];