add missing dep + fix test config
This commit is contained in:
parent
ae1cf13be7
commit
ce47e54180
|
|
@ -6,6 +6,8 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/cactus/go-statsd-client/statsd"
|
||||
"github.com/letsencrypt/boulder/Godeps/_workspace/src/github.com/streadway/amqp"
|
||||
|
||||
|
|
|
|||
|
|
@ -54,6 +54,11 @@
|
|||
"dbName": ":memory:"
|
||||
},
|
||||
|
||||
"va": {
|
||||
"dnsResolver": "8.8.8.8:53",
|
||||
"dnsTimeout": "10s"
|
||||
},
|
||||
|
||||
"sql": {
|
||||
"SQLDebug": false,
|
||||
"CreateTables": true
|
||||
|
|
|
|||
Loading…
Reference in New Issue