v5, change the host to sipb-xen-dev
[invirt/packages/invirt-database.git] / client / etc / xen / sipb-database
index d197d9b..daccd93 100644 (file)
@@ -1,7 +1,7 @@
 import sipb_xen_database.models as models
 from sipb_xen_database import connect
 
-connect('postgres://sipb-xen@sipb-vm-1/sipb_xen')
+connect('postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen')
 # `machine_name' should get passed in from the xm create call
 
 machine = models.Machine.get_by(name=machine_name)