diff options
author | Jordan <me@jordan.im> | 2020-09-23 21:43:11 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2020-09-23 21:43:11 -0700 |
commit | f7055594aac17b2d5fd4e936a5924ece3e68cd63 (patch) | |
tree | a654130d7e51306abcffe7f8b4fa85001bf57578 /uwsgi.ini.example | |
parent | 50eae99c1991295a4e32facea456d17e3c6a2c6c (diff) | |
download | roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.tar.gz roka-f7055594aac17b2d5fd4e936a5924ece3e68cd63.zip |
update name to roka, support --scan, cleanup
Diffstat (limited to 'uwsgi.ini.example')
-rw-r--r-- | uwsgi.ini.example | 2 |
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 |