-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
42 lines (36 loc) · 1.23 KB
/
.env
File metadata and controls
42 lines (36 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
###> symfony/messenger ###
# Choose one of the transports below
# MESSENGER_TRANSPORT_DSN=amqp://guest:guest@localhost:5672/%2f/messages
# MESSENGER_TRANSPORT_DSN=redis://localhost:6379/messages
# doctrine://default?auto_setup=0
###< symfony/messenger ###
###> symfony/mailer ###
# MAILER_DSN=null://null
###< symfony/mailer ###
###> symfony/lock ###
# Choose one of the stores below
# postgresql+advisory://db_user:db_password@localhost/db_name
LOCK_DSN=flock
###< symfony/lock ###
###> shopware/core ###
APP_ENV=dev
APP_URL=http://localhost:8000
APP_SECRET=nO3BLt6Gc3R7S7mAdZuhANlQ7LqtCtoP3ox0OioC2PBbUKbE6tcTMih0aSsxoZ9CxEaj2ht9ZRD3/jNn+IFstZt3rOdj7Y2hTcsYuyMGHCx+7vp+4qP8vW6bY0glqKKGwBzBuQlC
INSTANCE_ID=32ed93cf51aef859ebd67e35b93d5535
BLUE_GREEN_DEPLOYMENT=0
MYSQL_ROOT_PASSWORD=root
MYSQL_USER=shopware
MYSQL_PASSWORD=shopware
DATABASE_URL=mysql://shopware:shopware@127.0.0.1:3306/shopware
###< shopware/core ###
###> shopware/elasticsearch ###
OPENSEARCH_URL=http://localhost:9200
SHOPWARE_ES_ENABLED=0
SHOPWARE_ES_INDEXING_ENABLED=0
SHOPWARE_ES_INDEX_PREFIX=sw
SHOPWARE_ES_THROW_EXCEPTION=1
###< shopware/elasticsearch ###
###> shopware/storefront ###
SHOPWARE_HTTP_CACHE_ENABLED=0
SHOPWARE_HTTP_DEFAULT_TTL=7200
###< shopware/storefront ###