forked from shopware/production
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
30 lines (27 loc) · 1.38 KB
/
.env
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
# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
###> symfony/framework-bundle ###
APP_ENV="dev"
APP_SECRET="def000008cdf4419420fa86edcdf3bd2181e3ac4572694bdf2e37d5e0b4b415ebbef772f1e2651344f9897e91046bc3662d054ad958eb510367a94f01954a4b7e925e627"
APP_URL="https://test.kreatif.it/cleanShopware/public/"
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###
###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=null://localhost
###< symfony/swiftmailer-bundle ###
DATABASE_URL="mysql://cleanshopware:KMxWvsZbYh9n36Mw@localhost:3306/cleanshopware"
COMPOSER_HOME="/usr/www/users/kreatif/test/cleanShopware/var/cache/composer"
INSTANCE_ID="2qAQ4MEFbXf5FCZ2nMpg1BSNPsVjl1p4"
BLUE_GREEN_DEPLOYMENT="1"
SHOPWARE_HTTP_CACHE_ENABLED="1"
SHOPWARE_HTTP_DEFAULT_TTL="7200"
SHOPWARE_ES_HOSTS=""
SHOPWARE_ES_ENABLED="0"
SHOPWARE_ES_INDEXING_ENABLED="0"
SHOPWARE_ES_INDEX_PREFIX="sw"
SHOPWARE_CDN_STRATEGY_DEFAULT="id"