From e312bfda5f697a02887fe222635bb259ddd56415 Mon Sep 17 00:00:00 2001 From: Navaneeth Mysore Govindarajan Date: Mon, 12 Feb 2024 14:59:48 -0500 Subject: [PATCH] Username and password --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 780cff419..3f49a71a2 100644 --- a/readme.md +++ b/readme.md @@ -31,8 +31,8 @@ java -javaagent:../runtime-agent-1.0.7.jar \ -Dsonatype.runtime.agent.iq.protocol=http \ -Dsonatype.runtime.agent.iq.host=ec2-107-23-150-171.compute-1.amazonaws.com \ -Dsonatype.runtime.agent.iq.port=8070 \ - -Dsonatype.runtime.agent.iq.user=1hPhFMQ2 \ - -Dsonatype.runtime.agent.iq.password=EBuCs4fMF3M81UNrJEZqKPK6wgn41JjC6AMvXBlzngZ5 \ + -Dsonatype.runtime.agent.iq.user=IQ_USER \ + -Dsonatype.runtime.agent.iq.password=IQ_PASSWORD \ -Dsonatype.runtime.agent.iq.applicationId=spring-petclinic-runtime-agent \ -Dsonatype.runtime.agent.isIqApplicationIdPublic=true \ -Dsonatype.runtime.agent.blockedRunOnStartup=true \