.env.prod 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ###> doctrine/doctrine-bundle ###
  2. # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  3. # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
  4. DATABASE_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/opentalent?serverVersion=5.7
  5. ###< doctrine/doctrine-bundle ###
  6. ###> nelmio/cors-bundle ###
  7. CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)$
  8. ###< nelmio/cors-bundle ###
  9. ###> api v1 ###
  10. API_LEG_BASE_URL=https://api.opentalent.fr/api
  11. ###< files management ###
  12. ###> url v1 ###
  13. PUBLIC_API_LEG_BASE_URL=https://api.opentalent.fr/api
  14. ###
  15. ###> BlackFire configuration ###
  16. BLACKFIRE_CLIENT_ID=988fcba8-552d-48df-a9c2-035c76535b69
  17. BLACKFIRE_CLIENT_TOKEN=8cfbeb263d044da9678dc2612531504da3790c308da7448e35724a5da91c136f
  18. BLACKFIRE_SERVER_ID=1171e53b-459b-41da-a292-80ff68cee8c2
  19. BLACKFIRE_SERVER_TOKEN=dbd1cfbea015fe83cccfc189a36ca3c16f3a1b43b94f50032a15e41e53548e8b
  20. ###< BlackFire configuration ###
  21. ###> typo3 client ###
  22. TYPO3_BASE_URI=http://ohcluses.opentalent.fr
  23. ###< typo3 client ###
  24. ###> AdminAssos configuration ###
  25. DATABASE_ADMINASSOS_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/adminassos?serverVersion=5.7
  26. ###< AdminAssos configuration ###
  27. ###> Audit configuration ###
  28. DATABASE_AUDIT_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/audit?serverVersion=5.7
  29. ###< Audit configuration ###
  30. ###> dolibarr client ###
  31. DOLIBARR_API_BASE_URI=https://prod-erp.2iopenservice.com/api/index.php/
  32. ###< dolibarr client ###
  33. ###> symfony/mercure-bundle ###
  34. # See https://symfony.com/doc/current/mercure.html#configuration
  35. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  36. MERCURE_URL=https://mercure.opentalent.fr/.well-known/mercure
  37. # The public URL of the Mercure hub, used by the browser to connect
  38. MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
  39. # The secret used to sign the JWTs
  40. MERCURE_JWT_SECRET=iz3XZPCfxZTOMjJUeJ5IUHNs1WxToeo4ApIdEKjxOwR906uU08noSjwwAJDAPegm
  41. ###< symfony/mercure-bundle ###
  42. ###> bindfile populate buffer file
  43. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  44. ###< bindfile populate buffer file
  45. ###> knplabs/knp-snappy-bundle ###
  46. WKHTMLTOPDF_PATH=/usr/bin/wkhtmltopdf
  47. WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
  48. ###< knplabs/knp-snappy-bundle ###
  49. ###> filename log ###
  50. LOG_FILE_NAME=prod
  51. ###< filename log ###