.env.docker 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=dev
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ###> doctrine/doctrine-bundle ###
  6. DATABASE_URL=mysql://root:mysql660@db:3306/opentalent?serverVersion=5.7
  7. ###< doctrine/doctrine-bundle ###
  8. ###> nelmio/cors-bundle ###
  9. CORS_ALLOW_ORIGIN=^https?:\/\/(localhost|127\.0\.0\.1|(local.(admin|app|app|frames|agenda).opentalent.fr))(:[0-9]+)?$
  10. ###< nelmio/cors-bundle ###
  11. ###> api v1 ###
  12. API_LEG_BASE_URL=http://nginx/
  13. ###< api v1 ###
  14. ###> AdminAssos configuration ###
  15. DATABASE_ADMINASSOS_URL=mysql://root:mysql660@db:3306/adminassos?serverVersion=5.7
  16. ###< AdminAssos configuration ###
  17. ###> Audit configuration ###
  18. DATABASE_AUDIT_URL=mysql://root:mysql660@db:3306/audit?serverVersion=5.7
  19. ###< Audit configuration ###
  20. ###> typo3 client ###
  21. TYPO3_BASE_URI=http://docker.sub.opentalent.fr
  22. ###< typo3 client ###
  23. ###> symfony/mercure-bundle ###
  24. # See https://symfony.com/doc/current/mercure.html#configuration
  25. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  26. MERCURE_URL=http://mercure/.well-known/mercure
  27. # The public URL of the Mercure hub, used by the browser to connect
  28. MERCURE_PUBLIC_URL=https://local.mercure.opentalent.fr/.well-known/mercure
  29. # The secret used to sign the JWTs
  30. MERCURE_JWT_SECRET=gEwnJpcR8k0xE2sfBpEJzzuP2b2TXhZnzImIqCUk3j4RStBZa2pQjbEMsnGE4iGM
  31. ###< symfony/mercure-bundle ###
  32. ###> bindfile populate buffer file
  33. BIND_FILE_BUFFER_FILE=/var/www/html/var/subdomain.txt
  34. ###< bindfile populate buffer file
  35. ###> mailcatcher ###
  36. MAILER_DSN=smtp://mailcatcher:1025
  37. ###< symfony/mercure-bundle ###
  38. ###> filename log ###
  39. LOG_FILE_NAME=docker
  40. ###< filename log ###
  41. ### Internal requests (@see doc/internal_requests.md)
  42. INTERNAL_FILES_DOWNLOAD_URI=https://nginx/_internal/secure/files
  43. ###
  44. ###> knplabs/knp-snappy-bundle ###
  45. WKHTMLTOPDF_PATH=/usr/local/bin/wkhtmltopdf
  46. WKHTMLTOIMAGE_PATH=/usr/local/bin/wkhtmltoimage
  47. ###< knplabs/knp-snappy-bundle ###