.env.staging 739 B

1234567891011121314151617181920212223242526272829303132333435
  1. # Fichier d'env utilisé pour les tests fonctionnels et applicatifs
  2. APP_ENV=staging
  3. APP_DEBUG=1
  4. ###> nelmio/cors-bundle ###
  5. CORS_ALLOW_ORIGIN=^$
  6. ###< nelmio/cors-bundle ###
  7. ####> api v1 ###
  8. API_LEG_BASE_URL=https://none
  9. PUBLIC_API_LEG_BASE_URL=https://none
  10. ###< api v1 ###
  11. ###> api v2 ###
  12. API_BASE_URL=https://ap2i.ci.opentalent.fr/api
  13. PUBLIC_API_BASE_URL=https://ap2i.ci.opentalent.fr
  14. ###< api v2 ###
  15. ###> elasticsearch ###
  16. ELASTICSEARCH_HOST=es
  17. ELASTICSEARCH_PORT=9200
  18. ###< elasticsearch ###
  19. ###> typo3 client ###
  20. TYPO3_BASE_URI=https://none
  21. ###< typo3 client ###
  22. ### Internal requests (@see doc/internal_requests.md)
  23. INTERNAL_FILES_DOWNLOAD_URI=https://none
  24. ###
  25. ###> filename log ###
  26. LOG_FILE_NAME=staging
  27. ###< filename log ###