This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
44if [ " $AP_ENV " = " prod" ]
55then
6- java -Dnewrelic.environment=$AP_ENV -javaagent:/data/dd-java-agent.jar -Ddd.agent.host=$DD_TRACE_AGENT_HOSTNAME -Ddd.agent.port=8126 -Ddd.service.name=$DD_SERVICE_NAME -javaagent:$NEWRELIC_JAR -Djavax.net.ssl.trustStore=/data/TC.prod.ldap.keystore -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -Djdk.tls.client.protocols=TLSv1.2 - jar /data/tech.core.service.identity.jar server /data/config.yml
6+ java -Dnewrelic.environment=$AP_ENV -javaagent:/data/dd-java-agent.jar -Ddd.agent.host=$DD_TRACE_AGENT_HOSTNAME -Ddd.agent.port=8126 -Ddd.service.name=$DD_SERVICE_NAME -javaagent:$NEWRELIC_JAR -Djavax.net.ssl.trustStore=/data/TC.prod.ldap.keystore -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
77else
88 # java -javaagent:/data/dd-java-agent.jar -Ddd.agent.host=$DD_TRACE_AGENT_HOSTNAME -Ddd.agent.port=8126 -Ddd.service.name=$DD_SERVICE_NAME -Djavax.net.ssl.trustStore=/data/TC.prod.ldap.keystore -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
9- java -Djavax.net.ssl.trustStore=/data/TC.prod.ldap.keystore -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -Djdk.tls.client.protocols=TLSv1.2 - jar /data/tech.core.service.identity.jar server /data/config.yml
9+ java -Djavax.net.ssl.trustStore=/data/TC.prod.ldap.keystore -DZOOKEEPER_HOSTS_LIST=$ZOOKEEPER_HOSTS_LIST -jar /data/tech.core.service.identity.jar server /data/config.yml
1010fi
1111
1212
You can’t perform that action at this time.
0 commit comments