Skip to content

Commit 059fa07

Browse files
Shopware has switched to .env.local (#3810)
Shopware has switched to `.env.local` for modifications, whereas the `.env` provides sane defaults.
1 parent cc9c35e commit 059fa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/shopware.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
// These files are shared among all releases.
3737
set('shared_files', [
38-
'.env',
38+
'.env.local',
3939
'install.lock',
4040
'public/.htaccess',
4141
'public/.user.ini',

0 commit comments

Comments
 (0)