.env.test 665 B

12345678910111213141516171819202122232425
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=1
  3. ###< symfony/framework-bundle ###
  4. ###> api v1 ###
  5. API1_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. ###> bindfile populate buffer file
  19. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  20. ###< bindfile populate buffer file