From afabd471f91f35775f46046049a8314dfda8cc96 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 17 Sep 2010 18:16:57 +0200 Subject: [PATCH] tracker: Change database host. --- www/webapp/torrent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/webapp/torrent.py b/www/webapp/torrent.py index 49d94959..aa1edffc 100644 --- a/www/webapp/torrent.py +++ b/www/webapp/torrent.py @@ -27,7 +27,7 @@ class Tracker(object): def __init__(self): self.db = tornado.database.Connection( - host="172.28.1.150", + host="mysql.ipfire.org", database="tracker", user="webapp", ) -- 2.47.3