| 123456789101112131415161718192021222324252627282930 |
- ###> symfony/framework-bundle ###
- APP_ENV=ci
- APP_DEBUG=1
- ###< symfony/framework-bundle ###
- ###> doctrine/doctrine-bundle ###
- # >>> No database shall be needed by unit tests
- DATABASE_URL=mysql://root:xxx@none:3306/opentalent?serverVersion=5.7
- ###< doctrine/doctrine-bundle ###
- ###> AdminAssos configuration ###
- # >>> No database shall be needed by unit tests
- DATABASE_ADMINASSOS_URL=mysql://root:xxx@preprod:3306/none?serverVersion=5.7
- ###< AdminAssos configuration ###
- ###> typo3 client ###
- TYPO3_BASE_URI=http://docker.sub.opentalent.fr
- ###< typo3 client ###
- ###> bindfile populate buffer file
- BIND_FILE_BUFFER_FILE=var/subdomain.txt
- ###< bindfile populate buffer file
- ###> filename log ###
- LOG_FILE_NAME=ci
- ###< filename log ###
- ###> api v1 ###
- API_LEG_BASE_URL=https://api.ci.opentalent.fr/api
- ###< api v1 ###
|