Fix stats test and stop spamming people
This commit is contained in:
parent
a735fed7d9
commit
986675cc4d
3 changed files with 4 additions and 2 deletions
|
@ -14,3 +14,4 @@ notifications:
|
||||||
- "irc.freenode.net#chihaya"
|
- "irc.freenode.net#chihaya"
|
||||||
on_success: always
|
on_success: always
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
email: false
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"addr": ":80",
|
"addr": ":80",
|
||||||
|
|
||||||
"cache": {
|
"cache": {
|
||||||
"driver": "redis",
|
"driver": "mock",
|
||||||
"network": "tcp",
|
"network": "tcp",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": "6379",
|
"port": "6379",
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"storage": {
|
"storage": {
|
||||||
"driver": "batter",
|
"driver": "gazelle",
|
||||||
"host": "127.0.0.1",
|
"host": "127.0.0.1",
|
||||||
"port": "5432",
|
"port": "5432",
|
||||||
"user": "postgres",
|
"user": "postgres",
|
||||||
|
|
|
@ -13,6 +13,7 @@ import (
|
||||||
|
|
||||||
"github.com/chihaya/chihaya/config"
|
"github.com/chihaya/chihaya/config"
|
||||||
|
|
||||||
|
_ "github.com/chihaya/chihaya-gazelle"
|
||||||
_ "github.com/chihaya/chihaya/storage/tracker/mock"
|
_ "github.com/chihaya/chihaya/storage/tracker/mock"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue