.env.prod 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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
  8. PUBLIC_API_LEG_BASE_URL=https://api.opentalent.fr
  9. ###
  10. ###> url v2 ###
  11. API_BASE_URL=https://ap2i.opentalent.fr
  12. PUBLIC_API_BASE_URL=https://ap2i.opentalent.fr
  13. PUBLIC_APP_BASE_URL=https://my.opentalent.fr
  14. ###
  15. ###> typo3 client ###
  16. TYPO3_BASE_URI=http://ohcluses.opentalent.fr
  17. ###< typo3 client ###
  18. ### Site logiciels
  19. SOFTWARE_WEBSITE_URL=https://logiciels.opentalent.fr
  20. ###
  21. ###> dolibarr client ###
  22. DOLIBARR_API_BASE_URI=https://prod-erp.2iopenservice.com/api/index.php/
  23. ###< dolibarr client ###
  24. ###> symfony/mercure-bundle ###
  25. # See https://symfony.com/doc/current/mercure.html#configuration
  26. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  27. MERCURE_URL=https://mercure.opentalent.fr/.well-known/mercure
  28. # The public URL of the Mercure hub, used by the browser to connect
  29. MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
  30. ###< symfony/mercure-bundle ###
  31. ###> bindfile populate buffer file
  32. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  33. ###< bindfile populate buffer file
  34. ###> filename log ###
  35. LOG_FILE_NAME=prod
  36. ###< filename log ###
  37. ### Hello asso
  38. HELLOASSO_API_BASE_URL=https://api.helloasso.com
  39. HELLOASSO_AUTH_BASE_URL=https://auth.helloasso.com
  40. HELLOASSO_AUTHORIZE_URL=https://auth.helloasso.com/authorize
  41. ###