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 c36a87a commit 089e46aCopy full SHA for 089e46a
1 file changed
sample-apps/flask-mysql-uwsgi/Makefile
@@ -10,6 +10,14 @@ run: install
10
AIKIDO_ENDPOINT="http://localhost:5000/" AIKIDO_DISABLE=0 \
11
poetry run uwsgi --ini uwsgi.ini
12
13
+.PHONY: runBenchmark
14
+runBenchmark: install
15
+ @echo "Running sample app flask-mysql-uwsgi with Zen on port 8088"
16
+ AIKIDO_DEBUG=false AIKIDO_BLOCK=true AIKIDO_TOKEN="AIK_secret_token" \
17
+ AIKIDO_REALTIME_ENDPOINT="http://localhost:5000/" \
18
+ AIKIDO_ENDPOINT="http://localhost:5000/" AIKIDO_DISABLE=0 \
19
+ poetry run uwsgi --ini uwsgi.ini
20
+
21
.PHONY: runZenDisabled
22
runZenDisabled: install
23
@echo "Running sample app flask-mysql-uwsgi without Zen on port 8089"
0 commit comments