.env.prod 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ###> symfony/framework-bundle ###
  2. APP_DEBUG=0
  3. ###< symfony/framework-bundle ###
  4. ###> doctrine/doctrine-bundle ###
  5. # Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
  6. # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
  7. DATABASE_URL=mysql://root:mysql2iopenservice369566@prod-back:3306/opentalent?serverVersion=5.7
  8. ###< doctrine/doctrine-bundle ###
  9. ###> nelmio/cors-bundle ###
  10. CORS_ALLOW_ORIGIN=^https?://(localhost|127\.0\.0\.1)(:[0-9]+)$
  11. ###< nelmio/cors-bundle ###
  12. ###> api v1 ###
  13. API_LEG_BASE_URL=https://api.opentalent.fr/api
  14. ###< files management ###
  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://dev-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 ###