We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce1070 commit 21dc84dCopy full SHA for 21dc84d
1 file changed
sample-apps/JavalinPostgres/Makefile
@@ -18,7 +18,9 @@ build:
18
.PHONY: run
19
run: build
20
@echo "Running JavalinPostgres with Zen & ENV (http://localhost:8088)"
21
- AIKIDO_TOKEN="AIK_RUNTIME_644_28124_J9d0O6yzloQciQRR0SuVFmMB0Rv0zbJB0WUhu2OORC0rbr3g" \
+ AIKIDO_TOKEN="token" \
22
+ AIKIDO_REALTIME_ENDPOINT="http://localhost:5000/realtime" \
23
+ AIKIDO_ENDPOINT="http://localhost:5000" \
24
AIKIDO_BLOCK=1 \
25
java -javaagent:$(JAVA_AGENT) -DportNumber=8088 -jar $(JAR_FILE)
26
0 commit comments