Shopware has switched to .env.local (#3810)

Shopware has switched to `.env.local` for modifications, whereas the `.env` provides sane defaults.
This commit is contained in:
Dr. Ulrich Thomas Gabor 2024-04-16 11:18:11 +02:00 committed by GitHub
parent cc9c35e3fc
commit 059fa07941
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,7 +35,7 @@ set('default_timeout', 3600); // Increase when tasks take longer than that.
// These files are shared among all releases.
set('shared_files', [
'.env',
'.env.local',
'install.lock',
'public/.htaccess',
'public/.user.ini',