.env.prod 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ###> doctrine/doctrine-bundle ###
  2. APP_ENV=prod
  3. # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  4. # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
  5. DATABASE_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/opentalent?serverVersion=5.7
  6. ###< doctrine/doctrine-bundle ###
  7. ###> api v1 ###
  8. API_LEG_BASE_URL=https://api.opentalent.fr/api
  9. ###< files management ###
  10. ###> typo3 client ###
  11. TYPO3_BASE_URI=http://ohcluses.opentalent.fr
  12. ###< typo3 client ###
  13. ###> AdminAssos configuration ###
  14. DATABASE_ADMINASSOS_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/adminassos?serverVersion=5.7
  15. ###< AdminAssos configuration ###
  16. ###> Audit configuration ###
  17. DATABASE_AUDIT_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/audit?serverVersion=5.7
  18. ###< Audit configuration ###
  19. ###> dolibarr client ###
  20. DOLIBARR_API_BASE_URI=https://prod-erp.2iopenservice.com/api/index.php/
  21. ###< dolibarr client ###
  22. ###> symfony/mercure-bundle ###
  23. # See https://symfony.com/doc/current/mercure.html#configuration
  24. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  25. MERCURE_URL=https://mercure.opentalent.fr/.well-known/mercure
  26. # The public URL of the Mercure hub, used by the browser to connect
  27. MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
  28. # The secret used to sign the JWTs
  29. MERCURE_JWT_SECRET=iz3XZPCfxZTOMjJUeJ5IUHNs1WxToeo4ApIdEKjxOwR906uU08noSjwwAJDAPegm
  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 ###