We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508e9a3 commit 9ab7c1fCopy full SHA for 9ab7c1f
sample-apps/flask-mysql-uwsgi/Makefile
@@ -16,10 +16,10 @@ runBenchmark: install
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 --single-interpreter --ini uwsgi.ini
+ 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"
24
AIKIDO_DISABLE=1 \
25
- poetry run uwsgi --single-interpreter --ini uwsgi2.ini
+ poetry run uwsgi --ini uwsgi2.ini
0 commit comments