.env.prod 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. ###
  12. ###> url v1 ###
  13. PUBLIC_API_LEG_BASE_URL=https://api.opentalent.fr/api
  14. ###
  15. ###> api v2 ###
  16. API_BASE_URL=https://ap2i.opentalent.fr/api
  17. ###< api v1 ###
  18. ###> url v2 ###
  19. PUBLIC_API_BASE_URL=https://ap2i.opentalent.fr/api
  20. ###
  21. ###> BlackFire configuration ###
  22. BLACKFIRE_CLIENT_ID=988fcba8-552d-48df-a9c2-035c76535b69
  23. BLACKFIRE_CLIENT_TOKEN=8cfbeb263d044da9678dc2612531504da3790c308da7448e35724a5da91c136f
  24. BLACKFIRE_SERVER_ID=1171e53b-459b-41da-a292-80ff68cee8c2
  25. BLACKFIRE_SERVER_TOKEN=dbd1cfbea015fe83cccfc189a36ca3c16f3a1b43b94f50032a15e41e53548e8b
  26. ###< BlackFire configuration ###
  27. ###> typo3 client ###
  28. TYPO3_BASE_URI=http://ohcluses.opentalent.fr
  29. ###< typo3 client ###
  30. ###> AdminAssos configuration ###
  31. DATABASE_ADMINASSOS_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/adminassos?serverVersion=5.7
  32. ###< AdminAssos configuration ###
  33. ###> Audit configuration ###
  34. DATABASE_AUDIT_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/audit?serverVersion=5.7
  35. ###< Audit configuration ###
  36. ###> dolibarr client ###
  37. DOLIBARR_API_BASE_URI=https://prod-erp.2iopenservice.com/api/index.php/
  38. ###< dolibarr client ###
  39. ###> symfony/mercure-bundle ###
  40. # See https://symfony.com/doc/current/mercure.html#configuration
  41. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  42. MERCURE_URL=https://mercure.opentalent.fr/.well-known/mercure
  43. # The public URL of the Mercure hub, used by the browser to connect
  44. MERCURE_PUBLIC_URL=https://mercure.opentalent.fr/.well-known/mercure
  45. # The secret used to sign the JWTs
  46. MERCURE_JWT_SECRET=iz3XZPCfxZTOMjJUeJ5IUHNs1WxToeo4ApIdEKjxOwR906uU08noSjwwAJDAPegm
  47. ###< symfony/mercure-bundle ###
  48. ###> bindfile populate buffer file
  49. BIND_FILE_BUFFER_FILE=/env/subdomain.txt
  50. ###< bindfile populate buffer file
  51. ###> knplabs/knp-snappy-bundle ###
  52. WKHTMLTOPDF_PATH=/usr/bin/wkhtmltopdf
  53. WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
  54. ###< knplabs/knp-snappy-bundle ###
  55. ###> filename log ###
  56. LOG_FILE_NAME=prod
  57. ###< filename log ###