mirror of
https://github.com/sot-tech/mochi.git
synced 2026-06-12 07:43:32 -07:00
Fix stats test and stop spamming people
This commit is contained in:
@@ -14,3 +14,4 @@ notifications:
|
||||
- "irc.freenode.net#chihaya"
|
||||
on_success: always
|
||||
on_failure: always
|
||||
email: false
|
||||
|
||||
+2
-2
@@ -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",
|
||||
|
||||
@@ -13,6 +13,7 @@ import (
|
||||
|
||||
"github.com/chihaya/chihaya/config"
|
||||
|
||||
_ "github.com/chihaya/chihaya-gazelle"
|
||||
_ "github.com/chihaya/chihaya/storage/tracker/mock"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user