aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.ini.example
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-09-23 21:43:11 -0700
committerJordan <me@jordan.im>2020-09-23 21:43:11 -0700
commitf7055594aac17b2d5fd4e936a5924ece3e68cd63 (patch)
treea654130d7e51306abcffe7f8b4fa85001bf57578 /uwsgi.ini.example
parent50eae99c1991295a4e32facea456d17e3c6a2c6c (diff)
downloadroka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.tar.gz
roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.zip
update name to roka, support --scan, cleanup
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r--uwsgi.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.ini.example b/uwsgi.ini.example
index 49dee9c..2a2093f 100644
--- a/uwsgi.ini.example
+++ b/uwsgi.ini.example
@@ -2,6 +2,6 @@
http = 127.0.0.1:8085
processes = 2
threads = 4
-wsgi-file = run.py
+wsgi-file = roka.py
callable = app
master = true