Skip to content

Commit 72f4fde

Browse files
committed
Update gunicorn conf with renamed paths
1 parent 3c4f16b commit 72f4fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
worker_class="gthread"
44
threads=2
55
timeout=5000000000
6-
wsgi_app="connection-service.connection-flask:app"
6+
wsgi_app="connectivityserver.connectionflask:app"

0 commit comments

Comments
 (0)