# In all environments, the following files are loaded if they exist,
# the latter taking precedence over the former:
#
#  * .env                contains default values for the environment variables needed by the app
#  * .env.local          uncommitted file with local overrides
#  * .env.$APP_ENV       committed environment-specific defaults
#  * .env.$APP_ENV.local uncommitted environment-specific overrides
#
# Real environment variables win over .env files.
#
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

###> symfony/framework-bundle ###
APP_ENV=prod
APP_SECRET=23b571d0dce0d8a5a5e85c167e1587d5
APP_LOCALE=en
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS='^localhost|example\.com$'

APP_HTTP_HOST='classifieds.localhost'
APP_HTTP_SCHEME='https'
APP_HTTP_BASE_URL=''
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
DATABASE_URL=mysql://classifieds:classifieds@mysql:3306/classifieds?serverVersion=5.7
###< doctrine/doctrine-bundle ###

###> symfony/mailer ###
#MAILER_URL=smtp://username@mail.com:passwordHere@smtp.host.com
MAILER_URL=smtp://mailhog:1025
###< symfony/mailer ###

APP_ASSET_VERSION=1
APP_UPGRADE_DISABLED=false
APP_UPGRADE_AVAILABLE_CHECK_DISABLED=false
APP_ENVIRONMENT_CSS_CLASS=
APP_2MAX_URL_SECRET=secret-is9WCVzaXS2HUDjAzjWa4cFtFiNSSbLDYki6WmTiwh
APP_NOT_PUBLIC_URL_SECRET=2g3Yd2fickgJAWPJ377Mp
APP_SMARTPAY_PL_URL_SECRET=''
APP_ADMIN_LOGIN_URL_SECRET=''
APP_ADMIN_LOGIN_HASH_BACKEND_SECRET=''
APP_ADMIN_LOGIN_REQUEST_PASSWORD=''
APP_FAVICON_DIR='static/system/favicon/'
