| 1234567891011121314151617181920212223242526272829303132333435 |
- # Fichier d'env utilisé pour les tests fonctionnels et applicatifs
- APP_ENV=staging
- APP_DEBUG=1
- ###> nelmio/cors-bundle ###
- CORS_ALLOW_ORIGIN=^$
- ###< nelmio/cors-bundle ###
- ####> api v1 ###
- API_LEG_BASE_URL=https://none
- PUBLIC_API_LEG_BASE_URL=https://none
- ###< api v1 ###
- ###> api v2 ###
- API_BASE_URL=https://ap2i.ci.opentalent.fr/api
- PUBLIC_API_BASE_URL=https://ap2i.ci.opentalent.fr
- ###< api v2 ###
- ###> elasticsearch ###
- ELASTICSEARCH_HOST=es
- ELASTICSEARCH_PORT=9200
- ###< elasticsearch ###
- ###> typo3 client ###
- TYPO3_BASE_URI=https://none
- ###< typo3 client ###
- ### Internal requests (@see doc/internal_requests.md)
- INTERNAL_FILES_DOWNLOAD_URI=https://none
- ###
- ###> filename log ###
- LOG_FILE_NAME=staging
- ###< filename log ###
|