| Server IP : 91.220.113.119 / Your IP : 216.73.217.69 Web Server : LiteSpeed System : Linux milad313-ded-e10.tidadns.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : maralloab ( 1965) PHP Version : 8.1.34 Disable Function : mail, show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /var/softaculous/shopware/ |
Upload File : |
# 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"