.env.test5 1.4 KB

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