|
|
@@ -1,5 +1,5 @@
|
|
|
###> symfony/framework-bundle ###
|
|
|
-APP_DEBUG=0
|
|
|
+APP_DEBUG=1
|
|
|
###< symfony/framework-bundle ###
|
|
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
|
@@ -55,3 +55,7 @@ WKHTMLTOIMAGE_PATH=/usr/bin/wkhtmltoimage
|
|
|
###> filename log ###
|
|
|
LOG_FILE_NAME=test
|
|
|
###< filename log ###
|
|
|
+
|
|
|
+### Internal requests (@see doc/internal_requests.md)
|
|
|
+INTERNAL_FILES_DOWNLOAD_URI=https://api.test1.opentalent.fr/_internal/secure/files
|
|
|
+###
|