Skip to content

Commit 19739b6

Browse files
committed
newrelic.security.enabled should be false by default
1 parent 430d665 commit 19739b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/scripts/newrelic.ini.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ newrelic.daemon.logfile = "/var/log/newrelic/newrelic-daemon.log"
13391339
; Default: false
13401340
; Info : Indicates if attack detection security module is to be enabled
13411341
;
1342-
newrelic.security.enabled = true
1342+
;newrelic.security.enabled = true
13431343

13441344
; Setting: newrelic.security.mode
13451345
; Type : string

0 commit comments

Comments
 (0)