.env.docker 1.4 KB

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