.env.docker 1.6 KB

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