1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-19 18:29:37 +01:00
pywb/recorder/test/rec.ini

18 lines
235 B
INI
Raw Normal View History

[uwsgi]
if-not-env = PORT
http-socket = :8010
endif =
master = true
buffer-size = 65536
die-on-term = true
if-env = VIRTUAL_ENV
venv = $(VIRTUAL_ENV)
endif =
gevent = 100
#gevent-early-monkey-patch =
wsgi = recorder.test.simplerec