| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- ###> symfony/framework-bundle ###
- APP_ENV=dev
- APP_DEBUG=1
- APP_SECRET=211cede3dc4b162da3ec2fbdcd905070
- ###< symfony/framework-bundle ###
- ###> nelmio/cors-bundle ###
- CORS_ALLOW_ORIGIN=^https?:\/\/(localhost|127\.0\.0\.1|(local.(admin|app|app|frames|agenda|maestro|logiciels).opentalent.fr))(:[0-9]+)?$
- ###< nelmio/cors-bundle ###
- ### Logiciel
- ADMIN_BASE_URL=https://local.admin.opentalent.fr
- ###
- ###> api v1 ###
- API_LEG_BASE_URL=http://nginx/
- PUBLIC_API_LEG_BASE_URL=https://local.api.opentalent.fr
- ###< api v1 ###
- ###> api v2 ###
- API_BASE_URL=http://nginx_new/
- PUBLIC_API_BASE_URL=https://local.ap2i.opentalent.fr
- ###< api v2 ###
- ###> typo3 client ###
- TYPO3_BASE_URI=http://docker.sub.opentalent.fr
- ###< typo3 client ###
- ### Site logiciels
- SOFTWARE_WEBSITE_URL=https://local.logiciels.opentalent.fr
- ###
- ###> symfony/mercure-bundle ###
- # See https://symfony.com/doc/current/mercure.html#configuration
- # The URL of the Mercure hub, used by the app to publish updates (can be a local URL)
- MERCURE_URL=http://mercure/.well-known/mercure
- # The public URL of the Mercure hub, used by the browser to connect
- MERCURE_PUBLIC_URL=https://local.mercure.opentalent.fr/.well-known/mercure
- ###< symfony/mercure-bundle ###
- ###> bindfile populate buffer file
- BIND_FILE_BUFFER_FILE=/var/www/html/var/subdomain.txt
- ###< bindfile populate buffer file
- ###> mailcatcher ###
- MAILER_DSN=smtp://mailcatcher:1025
- ###< symfony/mercure-bundle ###
- ###> filename log ###
- LOG_FILE_NAME=docker
- ###< filename log ###
- ### Internal requests (@see doc/internal_requests.md)
- INTERNAL_FILES_DOWNLOAD_URI=https://nginx/_internal/secure/files
- ###
|