.env.ci 819 B

123456789101112131415161718192021222324252627282930
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=ci
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ###> doctrine/doctrine-bundle ###
  6. # >>> No database shall be needed by unit tests
  7. DATABASE_URL=mysql://root:xxx@none:3306/opentalent?serverVersion=5.7
  8. ###< doctrine/doctrine-bundle ###
  9. ###> AdminAssos configuration ###
  10. # >>> No database shall be needed by unit tests
  11. DATABASE_ADMINASSOS_URL=mysql://root:xxx@preprod:3306/none?serverVersion=5.7
  12. ###< AdminAssos configuration ###
  13. ###> typo3 client ###
  14. TYPO3_BASE_URI=http://docker.sub.opentalent.fr
  15. ###< typo3 client ###
  16. ###> bindfile populate buffer file
  17. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  18. ###< bindfile populate buffer file
  19. ###> filename log ###
  20. LOG_FILE_NAME=ci
  21. ###< filename log ###
  22. ###> api v1 ###
  23. API_LEG_BASE_URL=https://api.ci.opentalent.fr/api
  24. ###< api v1 ###