From 8e10510c42fd9f64d19278e3407add6877ee5b22 Mon Sep 17 00:00:00 2001
From: Vikraman Choudhury <vikraman.choudhury@gmail.com>
Date: Mon, 11 Jul 2011 13:56:12 +0530
Subject: fixes for deploying on vulture

---
 server/app.py    | 1 +
 server/config.py | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/server/app.py b/server/app.py
index f2948e8..3d31d73 100755
--- a/server/app.py
+++ b/server/app.py
@@ -16,6 +16,7 @@ from package import Package
 from host import Host
 
 urls = (
+        r'', 'Index',
         r'/', 'Index',
         r'/arch', 'Arch',
         r'/profile', 'Profile',
diff --git a/server/config.py b/server/config.py
index 6cb9ec3..a7b0f26 100644
--- a/server/config.py
+++ b/server/config.py
@@ -5,8 +5,8 @@ import web
 
 db = web.database(
         dbn='mysql',
-        user='gentoo',
-        pw='gentoo',
+        user='gentoostats',
+        pw='poicyurp3ZaddajGhaf',
         db='gentoostats'
         )
 
-- 
cgit v1.2.3-65-gdbad