feat: change to other sitepakage
This commit is contained in:
@@ -4,12 +4,10 @@ return [
|
||||
'HTTP' => [
|
||||
'Response' => [
|
||||
'Headers' => [
|
||||
'csp' => 'Content-Security-Policy: default-src \'self\' *.gstatic.com cdnjs.cloudflare.com piwik.wohnservice-wien.at *.ytimg.com *.googlevideo.com *.youtube-nocookie.com *.googleapis.com *.wien.gv.at *.google.com \'unsafe-eval\' \'unsafe-inline\'',
|
||||
],
|
||||
],
|
||||
],
|
||||
'debug' => false,
|
||||
'explicitADmode' => 'explicitAllow',
|
||||
'installToolPassword' => '$pbkdf2-sha256$25000$J4PZzLyS4haJCD.ajwNIDw$kj//RtM.xTPuXDa2/qwr/CiLIUO6MMbuI367AHEs6hU',
|
||||
'passwordHashing' => [
|
||||
'className' => 'TYPO3\\CMS\\Core\\Crypto\\PasswordHashing\\BcryptPasswordHash',
|
||||
@@ -47,24 +45,12 @@ return [
|
||||
'loginLogo' => '',
|
||||
'loginLogoAlt' => '',
|
||||
],
|
||||
'bootstrap_package' => [
|
||||
'disableCssProcessing' => '0',
|
||||
'disableFontLoader' => '1',
|
||||
'disableGoogleFontCaching' => '0',
|
||||
'disablePageTsBackendLayouts' => '0',
|
||||
'disablePageTsContentElements' => '0',
|
||||
'disablePageTsRTE' => '0',
|
||||
'disablePageTsTCADefaults' => '0',
|
||||
'disablePageTsTCEFORM' => '0',
|
||||
'disablePageTsTCEMAIN' => '0',
|
||||
],
|
||||
'extensionmanager' => [
|
||||
'automaticInstallation' => '1',
|
||||
'offlineMode' => '0',
|
||||
],
|
||||
'indexed_search' => [
|
||||
'catdoc' => '/usr/bin/',
|
||||
'debugMode' => '0',
|
||||
'deleteFromIndexAfterEditing' => '1',
|
||||
'disableFrontendIndexing' => '0',
|
||||
'enableMetaphoneSearch' => '1',
|
||||
@@ -84,21 +70,6 @@ return [
|
||||
'useMysqlFulltext' => '0',
|
||||
'xlhtml' => '/usr/bin/',
|
||||
],
|
||||
'ke_search' => [
|
||||
'allowEmptySearch' => '1',
|
||||
'enableExplicitAnd' => '0',
|
||||
'enablePartSearch' => '1',
|
||||
'finishNotification' => '0',
|
||||
'loglevel' => 'ERROR',
|
||||
'multiplyValueToTitle' => '1',
|
||||
'notificationRecipient' => '',
|
||||
'notificationSender' => 'no_reply@domain.com',
|
||||
'notificationSubject' => '[KE_SEARCH INDEXER NOTIFICATION]',
|
||||
'pathCatdoc' => '/usr/bin/',
|
||||
'pathPdfinfo' => '/usr/bin/',
|
||||
'pathPdftotext' => '/usr/bin/',
|
||||
'searchWordLength' => '4',
|
||||
],
|
||||
'news' => [
|
||||
'advancedMediaPreview' => '1',
|
||||
'archiveDate' => 'date',
|
||||
@@ -110,6 +81,7 @@ return [
|
||||
'hidePageTreeForAdministrationModule' => '0',
|
||||
'manualSorting' => '0',
|
||||
'mediaPreview' => 'false',
|
||||
'pageTreePluginPreview' => '1',
|
||||
'prependAtCopy' => '1',
|
||||
'resourceFolderImporter' => '/news_import',
|
||||
'rteForTeaser' => '0',
|
||||
@@ -119,6 +91,10 @@ return [
|
||||
'storageUidImporter' => '1',
|
||||
'tagPid' => '1',
|
||||
],
|
||||
'redirects' => [
|
||||
'showCheckIntegrityInfoInReports' => '1',
|
||||
'showCheckIntegrityInfoInReportsSeconds' => '86400',
|
||||
],
|
||||
'scheduler' => [
|
||||
'maxLifetime' => '1440',
|
||||
'showSampleTasks' => '1',
|
||||
@@ -160,6 +136,10 @@ return [
|
||||
'displayErrors' => 0,
|
||||
'encryptionKey' => 'ef791a3dc7a18e20d575d6ebe666bcfadc3be7744f66ef14e863fcb76a8baffb5f7dea3e1d11134d5ed745bf84aa65f8',
|
||||
'exceptionalErrors' => 4096,
|
||||
'features' => [
|
||||
'security.frontend.enforceContentSecurityPolicy' => true,
|
||||
'security.frontend.reportContentSecurityPolicy' => true,
|
||||
],
|
||||
'phpTimeZone' => 'Europe/Vienna',
|
||||
'sitename' => 'Managed Typo3',
|
||||
'systemMaintainers' => [
|
||||
|
||||
Reference in New Issue
Block a user