.env.docker 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ###> symfony/framework-bundle ###
  2. APP_ENV=dev
  3. APP_DEBUG=1
  4. ###< symfony/framework-bundle ###
  5. ###> nelmio/cors-bundle ###
  6. CORS_ALLOW_ORIGIN=^https?:\/\/(localhost|127\.0\.0\.1|(local.(admin|app|app|frames|agenda).opentalent.fr))(:[0-9]+)?$
  7. ###< nelmio/cors-bundle ###
  8. ###> api v1 ###
  9. API_LEG_BASE_URL=http://nginx/
  10. ###< api v1 ###
  11. ###> typo3 client ###
  12. TYPO3_BASE_URI=http://docker.sub.opentalent.fr
  13. ###< typo3 client ###
  14. ###> symfony/mercure-bundle ###
  15. # See https://symfony.com/doc/current/mercure.html#configuration
  16. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  17. MERCURE_URL=http://mercure/.well-known/mercure
  18. # The public URL of the Mercure hub, used by the browser to connect
  19. MERCURE_PUBLIC_URL=https://local.mercure.opentalent.fr/.well-known/mercure
  20. ###< symfony/mercure-bundle ###
  21. ###> bindfile populate buffer file
  22. BIND_FILE_BUFFER_FILE=/var/www/html/var/subdomain.txt
  23. ###< bindfile populate buffer file
  24. ###> mailcatcher ###
  25. MAILER_DSN=smtp://mailcatcher:1025
  26. ###< symfony/mercure-bundle ###
  27. ###> filename log ###
  28. LOG_FILE_NAME=docker
  29. ###< filename log ###
  30. ### Internal requests (@see doc/internal_requests.md)
  31. INTERNAL_FILES_DOWNLOAD_URI=https://nginx/_internal/secure/files
  32. ###