.env.test 573 B

123456789101112131415161718192021
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=1
  3. ###< symfony/framework-bundle ###
  4. # define your env variables for the test env here
  5. KERNEL_CLASS='App\Kernel'
  6. APP_SECRET='$ecretf0rt3st'
  7. SYMFONY_DEPRECATIONS_HELPER=999999
  8. PANTHER_APP_ENV=panther
  9. ###> typo3 client ###
  10. TYPO3_BASE_URI=http://test.opentalent.fr/ohcluses
  11. ###< typo3 client ###
  12. ###> dolibarr client ###
  13. DOLIBARR_API_BASE_URI='https://dev-erp.2iopenservice.com/api/index.php/'
  14. ###< dolibarr client ###
  15. ###> bindfile populate buffer file
  16. BIND_FILE_BUFFER_FILE=var/subdomain.txt
  17. ###< bindfile populate buffer file