.env.test 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  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. ###> symfony/mercure-bundle ###
  16. # See https://symfony.com/doc/current/mercure.html#configuration
  17. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  18. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  19. # The public URL of the Mercure hub, used by the browser to connect
  20. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  21. # The secret used to sign the JWTs
  22. MERCURE_JWT_SECRET=yV9fil5nodzRVrHpYrALGofhqiNO2RN3wjMlZnubgscdJ8yQ1BbATxEx6U6XwbRE
  23. ###< symfony/mercure-bundle ###
  24. ###> bindfile populate buffer file
  25. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  26. ###< bindfile populate buffer file
  27. ###> knplabs/knp-snappy-bundle ###
  28. WKHTMLTOPDF_PATH=/usr/bin/wkhtmltopdf
  29. WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
  30. ###< knplabs/knp-snappy-bundle ###