.env.test9 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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.test9.opentalent.fr/api
  7. PUBLIC_API_LEG_BASE_URL=https://api.test9.opentalent.fr/api
  8. ###< api v1 ###
  9. ###> api v2 ###
  10. API_BASE_URL=https://ap2i.test9.opentalent.fr/api
  11. PUBLIC_API_BASE_URL=https://ap2i.test9.opentalent.fr/api
  12. ###< api v2 ###
  13. ###> typo3 client ###
  14. TYPO3_BASE_URI=https://sub.test9.opentalent.fr
  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. ###> bindfile populate buffer file
  24. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  25. ###< bindfile populate buffer file
  26. ###> filename log ###
  27. LOG_FILE_NAME=test
  28. ###< filename log ###
  29. ### Internal requests (@see doc/internal_requests.md)
  30. INTERNAL_FILES_DOWNLOAD_URI=https://api.test9.opentalent.fr/_internal/secure/files
  31. ###