From 171ec414ae74564e2c6f7a6e7da7f0ebdc9db2d5 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 09:52:43 -0500 Subject: add initial system-ready values and install steps --- stackbin.wsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stackbin.wsgi.ini') diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini index 1ad33c0..af12327 100644 --- a/stackbin.wsgi.ini +++ b/stackbin.wsgi.ini @@ -7,7 +7,7 @@ http-socket = 127.0.0.1:4680 wsgi-file = stackbin.py callable = app touch-reload = stackbin.py -touch-reload = config.cfg +touch-reload = stackbin.conf touch-reload = stackbin.wsgi.ini # the template files are not necessary, because flask always loads it from disk for each request req-logger = file:log/req.log -- cgit