.env.docker 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. PUBLIC_API_LEG_BASE_URL=https://local.api.opentalent.fr
  11. ###< api v1 ###
  12. ###> api v2 ###
  13. API_BASE_URL=http://nginx_new/
  14. PUBLIC_API_BASE_URL=https://local.ap2i.opentalent.fr
  15. ###< api v2 ###
  16. ###> typo3 client ###
  17. TYPO3_BASE_URI=http://docker.sub.opentalent.fr
  18. ###< typo3 client ###
  19. ###> symfony/mercure-bundle ###
  20. # See https://symfony.com/doc/current/mercure.html#configuration
  21. # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
  22. MERCURE_URL=http://mercure/.well-known/mercure
  23. # The public URL of the Mercure hub, used by the browser to connect
  24. MERCURE_PUBLIC_URL=https://local.mercure.opentalent.fr/.well-known/mercure
  25. ###< symfony/mercure-bundle ###
  26. ###> bindfile populate buffer file
  27. BIND_FILE_BUFFER_FILE=/var/www/html/var/subdomain.txt
  28. ###< bindfile populate buffer file
  29. ###> mailcatcher ###
  30. MAILER_DSN=smtp://mailcatcher:1025
  31. ###< symfony/mercure-bundle ###
  32. ###> filename log ###
  33. LOG_FILE_NAME=docker
  34. ###< filename log ###
  35. ### Internal requests (@see doc/internal_requests.md)
  36. INTERNAL_FILES_DOWNLOAD_URI=https://nginx/_internal/secure/files
  37. ###