Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/
Upload File :
Current File : /var/www/v3.cesa.co.za/.env.live

# 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.
# https://symfony.com/doc/current/configuration/secrets.html
#
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration

###> symfony/framework-bundle ###
#APP_ENV=dev
APP_ENV=prod
APP_SECRET=11030d234320ab188dcfb3e585b2bcce
###< 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="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4"
DATABASE_URL="mysql://cesa:]u9yU[ui92.6V0vNd@cesa-main-db.local:3306/cesa?serverVersion=10.5.25-MariaDB-deb11&charset=utf8mb4"
DATABASE_HOST="cesa-main-db.local"
DATABASE_PORT="3306"
DATABASE_NAME="cesa"
DATABASE_USER="cesa"
DATABASE_PWD="]u9yU[ui92.6V0vN"
DATABASE_SERVER_VERSION="10.5.25-MariaDB-deb11"
MAIL_DATABASE_HOST="cesa-main-db.local"
MAIL_DATABASE_PORT="3306"
MAIL_DATABASE_NAME="cesa_mail"
MAIL_DATABASE_USER="cesa_mail"
MAIL_DATABASE_PWD="c1yN3zU6ZN/BeXk1"
MAIL_DATABASE_SERVER_VERSION="10.5.25-MariaDB-deb11"
###< doctrine/doctrine-bundle ###

###> 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
MESSENGER_TRANSPORT_DSN=smtp://website%40cesa.co.za:Q3b2025%23%21@smtp.office365.com:587
###< symfony/messenger ###

###> symfony/mailer ###
# MAILER_DSN=null://null
###< symfony/mailer ###
MAILER_DSN=smtp://website%40cesa.co.za:Q3b2025%23%21@smtp.office365.com:587
#MAILER_DSN=smtp://localhost:25

###> google/recaptcha ###
# To use Google Recaptcha, you must register a site on Recaptcha's admin panel:
# https://www.google.com/recaptcha/admin
GOOGLE_RECAPTCHA_SITE_KEY=
GOOGLE_RECAPTCHA_SECRET=
###< google/recaptcha ###

###> excelwebzone/recaptcha-bundle ###
EWZ_RECAPTCHA_SITE_KEY=
EWZ_RECAPTCHA_SECRET=
###< excelwebzone/recaptcha-bundle ###

###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###

###> league/oauth2-server-bundle ###
OAUTH_PRIVATE_KEY=%kernel.project_dir%/var/test_private.key
OAUTH_PUBLIC_KEY=%kernel.project_dir%/var/test_public.key
OAUTH_PASSPHRASE=71880f1e52d697d2843c14b959cb9fbc
OAUTH_ENCRYPTION_KEY=246fbeaae3b5fb24eba3cee7f3ffa3c4
###< league/oauth2-server-bundle ###

###> cesa-main external form copy API ###
# Comma-separated outbound IPs of every CESA main server that calls the form copy API.
# Include production and dev (159.223.16.78). Prefer setting via real server env / secrets.
# Example: CESA_MAIN_ALLOWED_IPS=198.51.100.2,159.223.16.78
###< cesa-main external form copy API ###
CESA_MAIN_ALLOWED_IPS=159.223.16.78,34.1.222.130