Skip to content

Commit

Permalink
Change SPEEDCTL_HOME to SPEEDSCALE_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra Mansingh committed Nov 13, 2023
1 parent e45c360 commit f46875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local:
@cd server && ./mvnw spring-boot:run ${SPRING_BOOT_RUN_OPTS}

.PHONY: local-capture
local-capture: export SPRING_BOOT_RUN_OPTS=-Dspring-boot.run.jvmArguments="-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=4140 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=4140 -Djavax.net.ssl.trustStore=${SPEEDCTL_HOME}/certs/cacerts.jks -Djavax.net.ssl.trustStorePassword=changeit"
local-capture: export SPRING_BOOT_RUN_OPTS=-Dspring-boot.run.jvmArguments="-Dhttp.proxyHost=127.0.0.1 -Dhttp.proxyPort=4140 -Dhttps.proxyHost=127.0.0.1 -Dhttps.proxyPort=4140 -Djavax.net.ssl.trustStore=${SPEEDSCALE_HOME}/certs/cacerts.jks -Djavax.net.ssl.trustStorePassword=changeit"
local-capture: local

.PHONY: local-replay
Expand Down

0 comments on commit f46875a

Please sign in to comment.