.env.test2 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  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. PUBLIC_API_LEG_BASE_URL=https://api.test2.opentalent.fr/api
  8. ###< api v1 ###
  9. ###> api v2 ###
  10. API_BASE_URL=https://ap2i.test2.opentalent.fr/api
  11. PUBLIC_API_BASE_URL=https://ap2i.test2.opentalent.fr/api
  12. ###< api v2 ###
  13. ###> typo3 client ###
  14. TYPO3_BASE_URI=http://test2.opentalent.fr/ohcluses
  15. ###< typo3 client ###
  16. ###> symfony/mercure-bundle ###
  17. # See https://symfony.com/doc/current/mercure.html#configuration
  18. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  19. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  20. # The public URL of the Mercure hub, used by the browser to connect
  21. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  22. ###< symfony/mercure-bundle ###
  23. ###> filename log ###
  24. LOG_FILE_NAME=test
  25. ###< filename log ###
  26. ### Internal requests (@see doc/internal_requests.md)
  27. INTERNAL_FILES_DOWNLOAD_URI=https://api.test2.opentalent.fr/_internal/secure/files
  28. ###