.env.test8 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=test
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ### Logiciel
  6. ADMIN_BASE_URL=https://admin.test8.opentalent.fr
  7. ###
  8. ###> api v1 ###
  9. API_LEG_BASE_URL=https://api.test8.opentalent.fr
  10. PUBLIC_API_LEG_BASE_URL=https://api.test8.opentalent.fr
  11. ###< api v1 ###
  12. ###> api v2 ###
  13. API_BASE_URL=https://ap2i.test8.opentalent.fr
  14. PUBLIC_API_BASE_URL=https://ap2i.test8.opentalent.fr
  15. ###< api v2 ###
  16. ###> typo3 client ###
  17. TYPO3_BASE_URI=https://sub.test8.opentalent.fr
  18. ###< typo3 client ###
  19. ### Site logiciels
  20. SOFTWARE_WEBSITE_URL=https://logiciels.test8.opentalent.fr
  21. ###
  22. ###> symfony/mercure-bundle ###
  23. # See https://symfony.com/doc/current/mercure.html#configuration
  24. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  25. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  26. # The public URL of the Mercure hub, used by the browser to connect
  27. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  28. ###< symfony/mercure-bundle ###
  29. ###> bindfile populate buffer file
  30. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  31. ###< bindfile populate buffer file
  32. ###> filename log ###
  33. LOG_FILE_NAME=test
  34. ###< filename log ###
  35. ### Internal requests (@see doc/internal_requests.md)
  36. INTERNAL_FILES_DOWNLOAD_URI=https://api.test8.opentalent.fr/_internal/secure/files
  37. ###