%PDF- %PDF-
Direktori : /var/softaculous/shopware/ |
Current File : //var/softaculous/shopware/.env |
# 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="prod" APP_SECRET="[[APP_SECRET]]" APP_URL="[[softurl]]/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://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]]" COMPOSER_HOME="[[softpath]]/var/cache/composer" INSTANCE_ID="[[instance_id]]" 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"