1-
2- # ##> symfony/messenger ###
3- # Choose one of the transports below
4- # MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
5- # MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
6- # doctrine://default?auto_setup=0
7- # ##< symfony/messenger ###
8-
9- # ##> symfony/mailer ###
10- # MAILER_DSN=null://null
11- # ##< symfony/mailer ###
12-
13- # ##> symfony/lock ###
14- # Choose one of the stores below
15- # postgresql+advisory://db_user:db_password@localhost/db_name
16- LOCK_DSN = flock
17- # ##< symfony/lock ###
1+ # In all environments, the following files are loaded if they exist,
2+ # the latter taking precedence over the former:
3+ #
4+ # * .env contains default values for the environment variables needed by the app
5+ # * .env.local uncommitted file with local overrides
6+ # * .env.$APP_ENV committed environment-specific defaults
7+ # * .env.$APP_ENV.local uncommitted environment-specific overrides
8+ #
9+ # Real environment variables win over .env files.
10+ #
11+ # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
12+ # https://symfony.com/doc/current/configuration/secrets.html
13+ #
14+ # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
15+ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
1816
1917# ##> shopware/core ###
2018APP_ENV = prod
2119APP_URL = http://127.0.0.1:8000
22- APP_SECRET = f11969de485917cc1a2191b83a465e98
23- INSTANCE_ID = 85856def86f682298c86af21dc1f45e0
20+ APP_SECRET = 5429f611628a5f6d7a45aea0f6c4b4f0
21+ INSTANCE_ID = 2a9175b1c4e812e5bd1233e2eb5912db
2422BLUE_GREEN_DEPLOYMENT = 0
2523DATABASE_URL = mysql://root:root@localhost/shopware
2624# With Shopware 6.4.17.0 the MAILER_DSN variable will be used in this template instead of MAILER_URL
@@ -40,3 +38,20 @@ STOREFRONT_PROXY_URL=http://localhost
4038SHOPWARE_HTTP_CACHE_ENABLED = 1
4139SHOPWARE_HTTP_DEFAULT_TTL = 7200
4240# ##< shopware/storefront ###
41+
42+ # ##> symfony/lock ###
43+ # Choose one of the stores below
44+ # postgresql+advisory://db_user:db_password@localhost/db_name
45+ LOCK_DSN = flock
46+ # ##< symfony/lock ###
47+
48+ # ##> symfony/mailer ###
49+ # MAILER_DSN=null://null
50+ # ##< symfony/mailer ###
51+
52+ # ##> symfony/messenger ###
53+ # Choose one of the transports below
54+ # MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
55+ # MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
56+ # doctrine://default?auto_setup=0
57+ # ##< symfony/messenger ###
0 commit comments