From d0befc971e850cc80388c6929de28bdf31b28f71 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Wed, 9 Jun 2021 22:22:25 -0500 Subject: [PATCH] Disable profiling extension loading by default for new rolling installs. --- azuracast.sample.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azuracast.sample.env b/azuracast.sample.env index 76ee9e316..f10dc5f0d 100644 --- a/azuracast.sample.env +++ b/azuracast.sample.env @@ -142,12 +142,12 @@ MYSQL_MAX_CONNECTIONS=100 # Enable the profiling extension. # Profiling data can be viewed by visiting http://your-azuracast-site/?SPX_KEY=dev&SPX_UI_URI=/ # Default: 0 -PROFILING_EXTENSION_ENABLED=1 +# PROFILING_EXTENSION_ENABLED=0 # Profile ALL requests made to this account. # This will have significant performance impact on your installation and should only be used in test circumstances. # Default: 0 -PROFILING_EXTENSION_ALWAYS_ON=0 +# PROFILING_EXTENSION_ALWAYS_ON=0 # Configure the value for the SPX_KEY parameter needed to access the profiling dashboard # Default: dev