File tree Expand file tree Collapse file tree
typo3/example/deployer/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ function renderRemoteTemplates(): void
9595 'DEPLOYER_CONFIG_FEATURE_NAME ' => (string )$ feature ,
9696 'DEPLOYER_CONFIG_FEATURE_URL ' => get ('public_urls ' )[0 ],
9797 'DEPLOYER_CONFIG_FEATURE_PATH ' => $ featurePath ,
98+ 'DEPLOYER_CONFIG_ENCRYPTION_KEY ' => bin2hex (random_bytes (48 )),
9899 ],
99100 $ additionalTemplateVariables )
100101 ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ TYPO3_CONF_VARS__DB__Connections__Default__user={{DEPLOYER_CONFIG_DATABASE_USER}
2424TYPO3_CONF_VARS__DB__Connections__Default__dbname={{DEPLOYER_CONFIG_DATABASE_NAME}}
2525
2626# Secret Encryption Key
27- TYPO3_CONF_VARS__SYS__encryptionKey='kjasdf980uhIUOJHgh908DAGUSDHCAG78OSDFHIA<BS98ogu>ypO '
27+ TYPO3_CONF_VARS__SYS__encryptionKey='{{DEPLOYER_CONFIG_ENCRYPTION_KEY}} '
2828
2929# TYPO3s compression is unnecessary and error-prone
3030TYPO3_CONF_VARS__FE__compressionLevel=0
You can’t perform that action at this time.
0 commit comments