.env.ci 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=1
  3. APP_SECRET=6a76497c8658bb23e2236f97a2627df3
  4. #TRUSTED_PROXIES=127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
  5. #TRUSTED_HOSTS='^(localhost|example\.com)$'
  6. ###< symfony/framework-bundle ###
  7. ###> doctrine/doctrine-bundle ###
  8. # >>> No database shall be needed by unit tests
  9. DATABASE_URL=mysql://root:xxx@none:3306/opentalent?serverVersion=5.7
  10. ###< doctrine/doctrine-bundle ###
  11. ###> nelmio/cors-bundle ###
  12. CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)$
  13. ###< nelmio/cors-bundle ###
  14. ###> BlackFire configuration ###
  15. BLACKFIRE_CLIENT_ID=988fcba8-552d-48df-a9c2-035c76535b69
  16. BLACKFIRE_CLIENT_TOKEN=8cfbeb263d044da9678dc2612531504da3790c308da7448e35724a5da91c136f
  17. BLACKFIRE_SERVER_ID=1171e53b-459b-41da-a292-80ff68cee8c2
  18. BLACKFIRE_SERVER_TOKEN=dbd1cfbea015fe83cccfc189a36ca3c16f3a1b43b94f50032a15e41e53548e8b
  19. ###< BlackFire configuration ###
  20. ###> AdminAssos configuration ###
  21. # >>> No database shall be needed by unit tests
  22. DATABASE_ADMINASSOS_URL=mysql://root:xxx@preprod:3306/none?serverVersion=5.7
  23. ###< AdminAssos configuration ###
  24. ###> typo3 client ###
  25. TYPO3_BASE_URI=http://docker.sub.opentalent.fr
  26. ###< typo3 client ###
  27. ###> bindfile populate buffer file
  28. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  29. ###< bindfile populate buffer file
  30. ###> filename log ###
  31. LOG_FILE_NAME=ci
  32. ###< filename log ###
  33. ###> api v1 ###
  34. API_LEG_BASE_URL=https://api.ci.opentalent.fr/api
  35. ###
  36. ###> url v1 ###
  37. PUBLIC_API_LEG_BASE_URL=https://api.ci.opentalent.fr
  38. ###