diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index e66276e8b8d..e407e5cb65e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2097,4 +2097,11 @@ $CONFIG = [ * Limit diagnostics event logging to events longer than the configured threshold in ms */ 'diagnostics.logging.threshold' => 0, + +/** + * Enable profile globally + * + * Defaults to ``true`` + */ +'profile.enabled' => true, ]; |