.env.test 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=test
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ###> doctrine/doctrine-bundle ###
  6. DATABASE_URL=mysql://root:mysql2iopenservice369566@localhost:3306/opentalent?serverVersion=5.7
  7. ###< doctrine/doctrine-bundle ###
  8. ###> api v1 ###
  9. API_LEG_BASE_URL=https://api.test.opentalent.fr/api
  10. ###< files management ###
  11. ###> typo3 client ###
  12. TYPO3_BASE_URI=http://test.opentalent.fr/ohcluses
  13. ###< typo3 client ###
  14. ###> AdminAssos configuration ###
  15. DATABASE_ADMINASSOS_URL=mysql://root:mysql2iopenservice369566@test:3306/adminassos?serverVersion=5.7
  16. ###< AdminAssos configuration ###
  17. ###> Audit configuration ###
  18. DATABASE_AUDIT_URL=mysql://root:mysql2iopenservice369566@test:3306/audit?serverVersion=5.7
  19. ###< Audit configuration ###
  20. ###> symfony/mercure-bundle ###
  21. # See https://symfony.com/doc/current/mercure.html#configuration
  22. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  23. MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  24. # The public URL of the Mercure hub, used by the browser to connect
  25. MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
  26. # The secret used to sign the JWTs
  27. MERCURE_JWT_SECRET=NQEupdREijrfYvCmF2mnvZQFL9zLKDH9RCYter6tUWzjemPqzicffhc2fSf0yEmM
  28. ###< symfony/mercure-bundle ###
  29. ###> filename log ###
  30. LOG_FILE_NAME=test
  31. ###< filename log ###
  32. ### Internal requests (@see doc/internal_requests.md)
  33. INTERNAL_FILES_DOWNLOAD_URI=https://api.test.opentalent.fr/_internal/secure/files
  34. ###