.env.test 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=1
  3. ###< symfony/framework-bundle ###
  4. ###> api v1 ###
  5. API_LEG_BASE_URL=https://api.test.opentalent.fr/api
  6. ###< files management ###
  7. # define your env variables for the test env here
  8. KERNEL_CLASS='App\Kernel'
  9. APP_SECRET='$ecretf0rt3st'
  10. SYMFONY_DEPRECATIONS_HELPER=999999
  11. PANTHER_APP_ENV=panther
  12. ###> typo3 client ###
  13. TYPO3_BASE_URI=http://test.opentalent.fr/ohcluses
  14. ###< typo3 client ###
  15. ###> dolibarr client ###
  16. DOLIBARR_API_BASE_URI='https://dev-erp.2iopenservice.com/api/index.php/'
  17. ###< dolibarr client ###
  18. ###> symfony/mercure-bundle ###
  19. # See https://symfony.com/doc/current/mercure.html#configuration
  20. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  21. MERCURE_URL=http://mercure.test.opentalent.fr/.well-known/mercure
  22. # The public URL of the Mercure hub, used by the browser to connect
  23. MERCURE_PUBLIC_URL=http://mercure.test.opentalent.fr/.well-known/mercure
  24. # The secret used to sign the JWTs
  25. MERCURE_JWT_SECRET=NQEupdREijrfYvCmF2mnvZQFL9zLKDH9RCYter6tUWzjemPqzicffhc2fSf0yEmM
  26. ###< symfony/mercure-bundle ###
  27. ###> bindfile populate buffer file
  28. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  29. ###< bindfile populate buffer file