]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/webapp/backend/databases.py
Website update.
[people/shoehn/ipfire.org.git] / www / webapp / backend / databases.py
index 542c935a890921d256e9f3607741c59a83fff861..42f4952c618fddd2096a14f8b0b4b6303b76cf63 100644 (file)
@@ -8,7 +8,7 @@ from misc import Singleton
 class Row(tornado.database.Row):
        pass
 
-MYSQL_SERVER = "172.28.1.150"
+MYSQL_SERVER = "mysql-master.ipfire.org"
 
 class Databases(object):
        __metaclass__ = Singleton