From 59e584fa899022968bf6921704f3292ad95254ae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 3 Jul 2019 18:34:32 +0300 Subject: Change: listen on all ports, for now I'm lazy and I know this is wrong, but setting up Let's Encrypt is just too much for me today. --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 5983268..8c775a2 100755 --- a/api.py +++ b/api.py @@ -36,7 +36,7 @@ import bottle import jwt -HOST = 'localhost' +HOST = '0.0.0.0' PORT = 2222 -- cgit v1.2.1