.env.test2 916 B

12345678910111213141516171819202122232425262728
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=test
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ###> api v1 ###
  6. API_LEG_BASE_URL=https://api.test2.opentalent.fr/api
  7. ###< files management ###
  8. ###> typo3 client ###
  9. TYPO3_BASE_URI=http://test2.opentalent.fr/ohcluses
  10. ###< typo3 client ###
  11. ###> symfony/mercure-bundle ###
  12. # See https://symfony.com/doc/current/mercure.html#configuration
  13. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  14. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  15. # The public URL of the Mercure hub, used by the browser to connect
  16. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  17. ###< symfony/mercure-bundle ###
  18. ###> filename log ###
  19. LOG_FILE_NAME=test
  20. ###< filename log ###
  21. ### Internal requests (@see doc/internal_requests.md)
  22. INTERNAL_FILES_DOWNLOAD_URI=https://api.test2.opentalent.fr/_internal/secure/files
  23. ###