This commit is contained in:
Michele Fadda 2015-07-14 11:02:30 +02:00
parent eb761e98eb
commit 5d923c3816

View file

@ -33,12 +33,12 @@ type MongoLogin struct {
var (
opts = Options{
// MongoUri: "mongodb://127.0.0.1:27018",
MongoUri: "mongodb://10.39.81.85:27018",
RedisUri: "127.0.0.1:6379",
MongoUri: "mongodb://127.0.0.1:27018",
// MongoUri: "mongodb://10.39.81.85:27018",
// RedisUri: "127.0.0.1:6379",
RedisTTL: time.Hour * 11688, // 16 mesi
LogFile: "./log/llmongo.log",
// RedisUri: "redis-ll.mail.tiscali.sys:6379",
RedisUri: "redis-ll.mail.tiscali.sys:6379",
}
)