mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
use 127.0.0.1 for mongo connection string
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
mongoURL = "mongodb://localhost:27017"
|
||||
mongoURL = "mongodb://127.0.0.1:27017"
|
||||
mongoDatabase = "goreportcard"
|
||||
mongoCollection = "reports"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user