Fix stats test and stop spamming people

This commit is contained in:
Justin Li
2013-11-30 23:13:30 -05:00
parent a735fed7d9
commit 986675cc4d
3 changed files with 4 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
"addr": ":80",
"cache": {
"driver": "redis",
"driver": "mock",
"network": "tcp",
"host": "127.0.0.1",
"port": "6379",
@@ -17,7 +17,7 @@
},
"storage": {
"driver": "batter",
"driver": "gazelle",
"host": "127.0.0.1",
"port": "5432",
"user": "postgres",