]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
tracker: Change database host.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Sep 2010 16:16:57 +0000 (18:16 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 17 Sep 2010 16:16:57 +0000 (18:16 +0200)
www/webapp/torrent.py

index 49d9495977934149db765dab8bfd1ca0c105104c..aa1edffcce3f1e0fcec0286f316d1e7b18969757 100644 (file)
@@ -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",
                )