.env.prod 941 B

123456789101112131415161718192021222324252627282930
  1. ###> doctrine/doctrine-bundle ###
  2. APP_ENV=prod
  3. ###> api v1 ###
  4. API_LEG_BASE_URL=https://api.opentalent.fr/api
  5. ###< files management ###
  6. ###> typo3 client ###
  7. TYPO3_BASE_URI=http://ohcluses.opentalent.fr
  8. ###< typo3 client ###
  9. ###> dolibarr client ###
  10. DOLIBARR_API_BASE_URI=https://prod-erp.2iopenservice.com/api/index.php/
  11. ###< dolibarr client ###
  12. ###> symfony/mercure-bundle ###
  13. # See https://symfony.com/doc/current/mercure.html#configuration
  14. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  15. MERCURE_URL=https://mercure.opentalent.fr/.well-known/mercure
  16. # The public URL of the Mercure hub, used by the browser to connect
  17. MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
  18. ###< symfony/mercure-bundle ###
  19. ###> bindfile populate buffer file
  20. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  21. ###< bindfile populate buffer file
  22. ###> filename log ###
  23. LOG_FILE_NAME=prod
  24. ###< filename log ###