.env.test 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=1
  3. ###< symfony/framework-bundle ###
  4. ###> api v1 ###
  5. API_LEG_BASE_URL=https://api.test.opentalent.fr/api
  6. ###< files management ###
  7. # define your env variables for the test env here
  8. KERNEL_CLASS='App\Kernel'
  9. APP_SECRET='$ecretf0rt3st'
  10. SYMFONY_DEPRECATIONS_HELPER=999999
  11. PANTHER_APP_ENV=panther
  12. ###> typo3 client ###
  13. TYPO3_BASE_URI=http://test.opentalent.fr/ohcluses
  14. ###< typo3 client ###
  15. ###> dolibarr client ###
  16. DOLIBARR_API_BASE_URI='https://dev-erp.2iopenservice.com/api/index.php/'
  17. ###< dolibarr client ###
  18. ###> symfony/mercure-bundle ###
  19. # See https://symfony.com/doc/current/mercure.html#configuration
  20. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  21. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  22. # The public URL of the Mercure hub, used by the browser to connect
  23. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  24. # The secret used to sign the JWTs
  25. MERCURE_JWT_SECRET=yV9fil5nodzRVrHpYrALGofhqiNO2RN3wjMlZnubgscdJ8yQ1BbATxEx6U6XwbRE
  26. ###< symfony/mercure-bundle ###
  27. ###> bindfile populate buffer file
  28. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  29. ###< bindfile populate buffer file
  30. ###> knplabs/knp-snappy-bundle ###
  31. WKHTMLTOPDF_PATH=/usr/bin/wkhtmltopdf
  32. WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
  33. ###< knplabs/knp-snappy-bundle ###