.env.prod 1.1 KB

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