Skip to content
Snippets Groups Projects
Commit 0549c0b2 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[FEATURE] Add the new .env.local

parent 50feb4f8
No related branches found
No related tags found
No related merge requests found
......@@ -459,6 +459,11 @@ template "#{node['typo3_site']['webroot']}/#{base_hostname}/#{node['typo3_site']
mode '0660'
end
template "#{node['typo3_site']['webroot']}/#{base_hostname}/.env.local" do
source 'env.local.erb'
mode '0660'
end
template "#{node['typo3_site']['webroot']}/#{base_hostname}/#{node['typo3_site']['web_directory']}/typo3conf/AdditionalConfiguration.php" do
source 'AdditionalConfiguration.php'
mode '0660'
......
TYPO3_CONTEXT=Development/Local
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment