From: Michael Tremer Date: Fri, 17 Sep 2010 16:16:57 +0000 (+0200) Subject: tracker: Change database host. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afabd471f91f35775f46046049a8314dfda8cc96;p=ipfire.org.git tracker: Change database host. --- 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", )