| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- ###> symfony/framework-bundle ###
- APP_DEBUG=1
- ###< symfony/framework-bundle ###
- ###> api v1 ###
- API_LEG_BASE_URL=https://api.test.opentalent.fr/api
- ###< files management ###
- # define your env variables for the test env here
- KERNEL_CLASS='App\Kernel'
- APP_SECRET='$ecretf0rt3st'
- SYMFONY_DEPRECATIONS_HELPER=999999
- PANTHER_APP_ENV=panther
- ###> typo3 client ###
- TYPO3_BASE_URI=http://test.opentalent.fr/ohcluses
- ###< typo3 client ###
- ###> dolibarr client ###
- DOLIBARR_API_BASE_URI='https://dev-erp.2iopenservice.com/api/index.php/'
- ###< dolibarr client ###
- ###> symfony/mercure-bundle ###
- # See https://symfony.com/doc/current/mercure.html#configuration
- # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
- MERCURE_URL=https://mercure.test.opentalent.fr/.well-known/mercure
- # The public URL of the Mercure hub, used by the browser to connect
- MERCURE_PUBLIC_URL=https://mercure.test.opentalent.fr/.well-known/mercure
- # The secret used to sign the JWTs
- MERCURE_JWT_SECRET=yV9fil5nodzRVrHpYrALGofhqiNO2RN3wjMlZnubgscdJ8yQ1BbATxEx6U6XwbRE
- ###< symfony/mercure-bundle ###
- ###> bindfile populate buffer file
- BIND_FILE_BUFFER_FILE=var/subdomain.txt
- ###< bindfile populate buffer file
- ###> knplabs/knp-snappy-bundle ###
- WKHTMLTOPDF_PATH=/usr/bin/wkhtmltopdf
- WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
- ###< knplabs/knp-snappy-bundle ###
|