.env.prod 1.2 KB

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