aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/main.py')
-rwxr-xr-xserver/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/main.py b/server/main.py
index 7796aba..08b8509 100755
--- a/server/main.py
+++ b/server/main.py
@@ -13,8 +13,8 @@ urls = (
db = web.database(
dbn='mysql',
- user='vh4x0r',
- pw='vh4x0r',
+ user='gentoo',
+ pw='gentoo',
db='gentoostats'
)