disable xdebug tracing
This commit is contained in:
parent
ed43a73369
commit
de2830b241
|
@ -106,7 +106,7 @@ if [ ! -z "${TTRSS_XDEBUG_ENABLED}" ]; then
|
||||||
env | grep TTRSS_XDEBUG
|
env | grep TTRSS_XDEBUG
|
||||||
cat > /etc/php82/conf.d/50_xdebug.ini <<EOF
|
cat > /etc/php82/conf.d/50_xdebug.ini <<EOF
|
||||||
zend_extension=xdebug.so
|
zend_extension=xdebug.so
|
||||||
xdebug.mode=develop,trace,debug
|
xdebug.mode=debug
|
||||||
xdebug.start_with_request = yes
|
xdebug.start_with_request = yes
|
||||||
xdebug.client_port = ${TTRSS_XDEBUG_PORT}
|
xdebug.client_port = ${TTRSS_XDEBUG_PORT}
|
||||||
xdebug.client_host = ${TTRSS_XDEBUG_HOST}
|
xdebug.client_host = ${TTRSS_XDEBUG_HOST}
|
||||||
|
|
Loading…
Reference in New Issue