|
|
|
# Set variables here that may be different on each deployment target of the app, e.g. development, staging, production.
|
|
|
|
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
|
|
|
|
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
|
|
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
|
|
|
|
DATABASE_HOST='{{DATABASE_HOST}}'
|
|
|
|
DATABASE_PORT='{{DATABASE_PORT}}'
|
|
|
|
DATABASE_NAME='{{DATABASE_NAME}}'
|
|
|
|
DATABASE_USER='{{DATABASE_USER}}'
|
|
|
|
DATABASE_PASSWORD='{{DATABASE_PASSWORD}}'
|
|
|
|
###< doctrine/doctrine-bundle ###
|
|
|
|
|
|
|
|
###> symfony/framework-bundle ###
|
|
|
|
APP_ENV='dev'
|
|
|
|
APP_DEBUG='1'
|
|
|
|
APP_SECRET='{{APP_SECRET}}'
|
|
|
|
###< symfony/framework-bundle ###
|
|
|
|
|
|
|
|
###> chamilo ###
|
|
|
|
APP_INSTALLED='{{APP_INSTALLED}}'
|
|
|
|
|
|
|
|
## Encrypt method bcrypt/sha1/md5
|
|
|
|
APP_ENCRYPT_METHOD='{{APP_ENCRYPT_METHOD}}'
|
|
|
|
|
|
|
|
APP_LOCALE='en'
|
|
|
|
|
|
|
|
APP_MULTIPLE_ACCESS_URL=''
|
|
|
|
|
|
|
|
APP_API_PLATFORM_URL='http://localhost/api/'
|
|
|
|
|
|
|
|
###< chamilo ###
|
|
|
|
|
|
|
|
###> symfony/mailer ###
|
|
|
|
MAILER_DSN=sendmail://localhost
|
|
|
|
###< symfony/mailer ###
|
|
|
|
|
|
|
|
###> nelmio/cors-bundle ###
|
|
|
|
CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$
|
|
|
|
###< nelmio/cors-bundle ###
|