| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- ###> doctrine/doctrine-bundle ###
- APP_ENV=prod
- ### Logiciel
- ADMIN_BASE_URL=https://admin.opentalent.fr
- ###
- ###> api v1 ###
- API_LEG_BASE_URL=https://api.opentalent.fr/api
- PUBLIC_API_LEG_BASE_URL=https://api.opentalent.fr/api
- ###
- ###> url v2 ###
- API_BASE_URL=https://ap2i.opentalent.fr/api
- PUBLIC_API_BASE_URL=https://ap2i.opentalent.fr/api
- ###
- ###> typo3 client ###
- TYPO3_BASE_URI=http://ohcluses.opentalent.fr
- ###< typo3 client ###
- ### Site logiciels
- SOFTWARE_WEBSITE_URL=https://logiciels.opentalent.fr
- ###
- ###> dolibarr client ###
- DOLIBARR_API_BASE_URI=https://prod-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.opentalent.fr/.well-known/mercure
- # The public URL of the Mercure hub, used by the browser to connect
- MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
- ###< symfony/mercure-bundle ###
- ###> bindfile populate buffer file
- BIND_FILE_BUFFER_FILE=/env/subdomain.txt
- ###< bindfile populate buffer file
- ###> filename log ###
- LOG_FILE_NAME=prod
- ###< filename log ###
|