.env.docker 1.6 KB

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