File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV SPRING_PROFILES_ACTIVE=${PROFILE}
1010
1111ENTRYPOINT ["java" , \
1212"-javaagent:/apm-agent.jar" , \
13- "-Delastic.apm.server_urls=http://114.70.23.79 :8200" , \
13+ "-Delastic.apm.server_urls=http://apm-server :8200" , \
1414"-Delastic.apm.service_name=moplus-apm-agent" , \
1515"-Delastic.apm.application_packages=com.server" , \
1616"-Delastic.apm.environment=dev" , \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ ENV SPRING_PROFILES_ACTIVE=${PROFILE}
1010
1111ENTRYPOINT ["java", \
1212"-javaagent:/apm-agent.jar", \
13- "-Delastic.apm.server_urls=http://114.70.23.79 :8200", \
13+ "-Delastic.apm.server_urls=http://apm-server :8200", \
1414"-Delastic.apm.service_name=moplus-apm-agent", \
1515"-Delastic.apm.application_packages=com.server", \
1616"-Delastic.apm.environment=prod", \
You can’t perform that action at this time.
0 commit comments